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 df7f709 commit 819aaefCopy full SHA for 819aaef
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
-```ruby
+```r
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