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 02e0f54 commit df7f709Copy full SHA for df7f709
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
-```perl
+```ruby
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