We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139e19e commit 9246ee9Copy full SHA for 9246ee9
README.md
@@ -3548,7 +3548,7 @@ cdef class <class_name>:
3548
### Virtual Environments
3549
**System for installing libraries directly into project's directory.**
3550
3551
-```bash
+```perl
3552
$ python3 -m venv NAME # Creates virtual environment in current directory.
3553
$ source NAME/bin/activate # Activates env. On Windows run `NAME\Scripts\activate`.
3554
$ pip3 install LIBRARY # Installs the library into active environment.
0 commit comments