updates to the setup guide

This commit is contained in:
Dima Gerasimov 2020-04-12 13:38:30 +01:00
parent 01b52fcca2
commit f766c8abe5
4 changed files with 40 additions and 23 deletions

View file

@ -6,3 +6,8 @@ However, Pycharm/Emacs/whatever you use won't be able to figure that out, so you
- Pycharm: basically, follow the instruction [[https://stackoverflow.com/a/55278260/706389][here]]
i.e. create a new interpreter configuration (e.g. name it "Python 3.7 (for HPI)"), and add =~/.config/my=.
* Linting
You should be able to use ~./lint~ script to run mypy checks.
~mypy.ini~ file points at =~/.config/my= by default.