Add blank line to fix formatting

This commit is contained in:
Devon Mackay 2018-05-30 15:38:56 -04:00
parent 56a0613505
commit 0dd4fd66d3

View File

@ -8,6 +8,7 @@
./script/setup
The setup script will create a new Python virtual environment for the application to use. All of the scripts will activate this virutal envirnment automatically, but you can also manually activate it like this:
source .venv/bin/activate
If you want to automatically load the virtual environment whenever you enter the project directory, take a look at [direnv](https://direnv.net/)