Python
Last updated
Last updated
The following README
articulates how to setup your development environment for development with Python
for AppDev
-related projects.
Download Atom
Install Nuclide
Check this box in the Nuclide
options screen under the "Hyperclick" header:
Uncheck this box in the Nuclide
options screen under the "Nuclide-python" header:
Restart Atom
Add the following to the bottom of your config.cson
for Atom
, found by going to Atom > Config...
:
Make sure the following packages are downloaded (install them if they are not):
Refer the linter-pylint
package to this directory's .pylintrc
file:
Here
is a great resource for understanding the general format of the .pylintrc
file. Changes are welcome, so long as they make sense, and PR
's are required to make any major changes to linting configs, as this affects how we interact with our code.