Browse Source

Venvs syntax highlight

pull/135/merge
Jure Šorn 1 month ago
parent
commit
139e19ef40
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -3548,7 +3548,7 @@ cdef class <class_name>:
### Virtual Environments
**System for installing libraries directly into project's directory.**
```r
```bash
$ python3 -m venv NAME # Creates virtual environment in current directory.
$ source NAME/bin/activate # Activates env. On Windows run `NAME\Scripts\activate`.
$ pip3 install LIBRARY # Installs the library into active environment.

Loading…
Cancel
Save