From 472a3a055546408c3ce8f0aae1032d3fa54b5330 Mon Sep 17 00:00:00 2001 From: Paillat Date: Fri, 1 Mar 2024 12:55:24 +0100 Subject: [PATCH] Improve venv activate commands --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ab924..b16d82b 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ Once the above requirements are installed, reboot your computer. Then, open a te git clone https://github.com/Paillat-dev/viralfactory cd viralfactory py -3.10 -m venv venv +.\venv\Scripts\activate # Windows +source venv/bin/activate # Linux & MacOS pip install -r requirement.txt ``` This might take some time, you should not worry about it seeming stuck. @@ -90,7 +92,7 @@ This might take some time, you should not worry about it seeming stuck. You can launch the webapp with: ```bash .\venv\Scripts\activate # Windows -source venv/bin/activate # MacOS (unsure) & Linux +source venv/bin/activate # Linux & MacOS ``` Watch the video below to learn more on how to use.