Environment setup¶
This document describes how to set up your computer and install all the tools required to develop Open Source projects at Fragile Tech.
We recommend installing any GNU/Linux OS, but this guide will target a fresh installation of Ubuntu 20.04
Communication tools¶
Development tools¶
PyCharm CE¶
IDE for developing Python projects.
Installation¶
sudo snap install pycharm-community --classic
Setup¶
Custom fonts
Download the Hack fonts (optional)
Install the fonts
Open settings (
file->settingsorCtrl+Alt+s) go toEditor->Fontand choose your desired font and font size.
Change theme
Open settings and go to
Editor->Appearance & behavior->AppearanceSelect the theme you like the most. (I recommend
Darcula.)
Visual guides
Open settings and go to
Editor->Code StyleSet
Hard wrapto99andVisual guideto80.
Configure documentation
Open settings and go to
Editor->Tools->Python integrated tools.Set
Testing->Default runnertopytest.Set
Docstrings->Dosctring formattoGoogleand check both tick boxes.
Resize font using the mouse wheel
Open settings and go to
Editor->GeneralIn the section
Mouse controltick the boxChange font size with ctrl+Mouse Wheel.