No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
bootje 846ad7abe8 modal.js hace 4 años
venv
website modal.js hace 4 años
.DS_Store meta tag hace 4 años
.gitignore
README.md
copy_website_2_server.sh meta tag hace 4 años

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