Skip to content

Commit 29fddc5

Browse files
authored
Formatting cleanup
1 parent 57d99cf commit 29fddc5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ python -m pip install bluepy
4040

4141
### Notes on venv usage
4242

43-
When stopping to use the virtual environment, use `deactivate` to deactivate the virtual environment, each time you come back to the project, use `source bin/activate` to activate the virtual environment.
44-
4543
To check, if you are running a `venv` environment:
4644

4745
```bash
@@ -51,10 +49,10 @@ pip -V
5149
# path should contain 'python-mchess/mchess'
5250
```
5351

54-
```bash
55-
- On Windows, use `Scripts\activate.bat` instead of `bin/activate` to activate the environment. On Linxu/macOS use `source bin/activate`.
56-
- On Windows, the `Scripts` folder is hidden by default. Use `dir /a` to list all files and folders.
57-
- To deactivate the virtual environment, use `deactivate` on Linux/macOS, or `Scripts\deactivate.bat` on Windows.
52+
- On Linxu/macOS use `source bin/activate`.
53+
- On Windows, use `Scripts\activate.bat` instead of `bin/activate` to activate the environment. On Windows, the `Scripts` folder is hidden by default. Use `dir /a` to list all files and folders.
54+
- To deactivate the virtual environment, use `deactivate` on Linux/macOS, or
55+
- `Scripts\deactivate.bat` on Windows.
5856

5957
#### Web client
6058

0 commit comments

Comments
 (0)