From d67721b57a256b71b42d7ef9bcfc25ccfe6a8b2d Mon Sep 17 00:00:00 2001 From: james ryan Date: Thu, 30 May 2024 14:35:11 -0400 Subject: [PATCH] added info about activating venvs in Readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d538957..ced3dbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # gerard-botler -discord bot for a friend \ No newline at end of file +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)