Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02e0f54

Browse files
committed
Venvs syntax highlight
1 parent f73254b commit 02e0f54

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-
```bash
3551+
```perl
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)