Some typos and fixes in the readme under the "Manual install with virtual env:" heading.
On windows you can install pip and venv with the official installer.
Should be installed by default.
On Windows you need to type
.\env\Scripts\activate
to activate the virtual environment.
In the other commands of the install guide, slashes can be used as well as backslashes.
Found another fix for the readme.
On Linux to activate the venv you need to type
source ./env/bin/activate
instead of just
./env/bin/activate
Because you will get a permission denied error instead.
Some typos and fixes in the readme under the "Manual install with virtual env:" heading.
On windows you can install pip and venv with the official installer. Should be installed by default.
On Windows you need to type .\env\Scripts\activate to activate the virtual environment. In the other commands of the install guide, slashes can be used as well as backslashes.
line with typo: cd ../../utilities/safe_store
Line without typo: cd ../utilities/safe_store
Otherwise we should be fine.