move venv to shared (#1291)
This commit is contained in:
@@ -7,15 +7,15 @@
|
||||
cd BOTS/SREBOT
|
||||
```
|
||||
|
||||
2. **Set up Python virtual environment**
|
||||
2. **Set up the shared Python virtual environment** (used by both SREBOT and TSSBOT)
|
||||
```bash
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
python3 -m venv ../SHARED/.venv
|
||||
source ../SHARED/.venv/bin/activate
|
||||
```
|
||||
|
||||
3. **Install dependencies**
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
pip install -r ../SHARED/requirements.txt
|
||||
```
|
||||
|
||||
4. **Configure environment variables**
|
||||
|
||||
Reference in New Issue
Block a user