You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Bohye.Woo 35c2ed34f3 Update 'README.md' 4 years ago
nltk-book test 4 years ago
sandbox changed colonial-list.py 4 years ago
website readme file test 4 years ago
.DS_Store test 4 years ago
README.md Update 'README.md' 4 years ago

README.md

To create a vitual environment

cd to the place you want to make it and...

python3 -m venv venv

To activate a virtual environment

cd to the folder where "venv" is and...

source venv/bin/activate

test