Updated Developer's Guide (markdown)

Dan Albert 2021-05-10 18:13:52 -07:00
parent 38a2d8fe93
commit c3ed790d7c

@ -58,7 +58,7 @@ The first line creates the virtualenv to the directory `env`. The second line re
Whenever you open a new terminal, you'll need to re-run `.\env\Scripts\activate`.
If you're using PyCharm, you can configure the project to use your virtualenv in the project settings: ![virtualenv project settings](https://user-images.githubusercontent.com/315852/117738890-e6890800-b1b1-11eb-9eec-1796af594e79.png).
If you're using PyCharm, you can configure the project to use your virtualenv in the project settings: ![virtualenv project settings](https://user-images.githubusercontent.com/315852/117738890-e6890800-b1b1-11eb-9eec-1796af594e79.png)
## Running from sources