minor update
This commit is contained in:
@@ -18,13 +18,18 @@ python -m venv <path>
|
|||||||
```
|
```
|
||||||
|
|
||||||
2) Acitvate the virtual environment
|
2) Acitvate the virtual environment
|
||||||
|
Mac:
|
||||||
```bash
|
```bash
|
||||||
source <path>/bin/activate
|
source <path>/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Windows:
|
||||||
```cmd
|
```cmd
|
||||||
<path>\Scripts\activate.bat
|
<path>\Scripts\activate.bat
|
||||||
```
|
```
|
||||||
|
```powershell
|
||||||
|
<path>\Scripts\Activate.ps1
|
||||||
|
```
|
||||||
|
|
||||||
2) Use Pip to install all required packages (Only required on first run)
|
2) Use Pip to install all required packages (Only required on first run)
|
||||||
```python
|
```python
|
||||||
|
|||||||
Reference in New Issue
Block a user