Fixed description of activating venv (#22)

Add 'source' to the venv activate command in the readme

`source` was picked over `.` to conform to the python recommendation
(https://docs.python.org/3/library/venv.html#module-venv).

This patch also adds the `egg-info` you get when building to the
gitignore.
This commit is contained in:
Toorero
2021-01-28 21:24:09 +01:00
committed by GitHub
parent 0b606f02fa
commit 35c3fa205d
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ build/
.env
.vscode
ilias_cookies.txt
PFERD.egg-info/
# PyInstaller
sync_url.spec