added info about activating venvs in Readme

This commit is contained in:
james ryan 2024-05-30 14:35:11 -04:00
parent 413ba2dffe
commit d67721b57a

View File

@ -1,3 +1,12 @@
# gerard-botler
discord bot for a friend
discord bot for a friend
Source venv:
```
source botler/bin/activate
```
to escape:
```
deactivate
```
more on venvs [here](https://docs.python.org/3/tutorial/venv.html)