mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Typo fixing
This commit is contained in:
parent
cc8b4d90e1
commit
d06aa84707
11 changed files with 20 additions and 20 deletions
|
@ -21,7 +21,7 @@ Of course you can replace the python version with whichever version you like. No
|
|||
source environment_name/bin/activate
|
||||
```
|
||||
|
||||
This now sets up your python interpretor and other utilities to use the installation in the `environment_name` folder. You can now install python packages using `pip` and have it only reside in this environment.
|
||||
This now sets up your python interpreter and other utilities to use the installation in the `environment_name` folder. You can now install python packages using `pip` and have it only reside in this environment.
|
||||
|
||||
To save all currently installed packages into `requirements.txt`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue