Skip to content

Commit 819aaef

Browse files
committed
Venvs syntax highlight
1 parent df7f709 commit 819aaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3548,7 +3548,7 @@ cdef class <class_name>:
35483548
### Virtual Environments
35493549
**System for installing libraries directly into project's directory.**
35503550

3551-
```ruby
3551+
```r
35523552
$ python3 -m venv NAME # Creates virtual environment in current directory.
35533553
$ source NAME/bin/activate # Activates env. On Windows run `NAME\Scripts\activate`.
35543554
$ pip3 install LIBRARY # Installs the library into active environment.

0 commit comments

Comments
 (0)