We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53670a commit a1fce48Copy full SHA for a1fce48
readme.md
@@ -30,7 +30,7 @@ This project is developed and tested using Python 3.9. Due to compatibility issu
30
2. Create a virtual environment:
31
```bash
32
python -m venv master_micro
33
- source master_micro/bin/activate # On Windows, use `master_micro\Scripts\activate`
+ master_micro\Scripts\activate # On macOS and Linux, use `source master_micro/bin/activate`
34
```
35
36
3. Install the required dependencies:
0 commit comments