25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
bootje 846ad7abe8 modal.js 4 yıl önce
venv cleaned folder and removed all bak 4 yıl önce
website modal.js 4 yıl önce
.DS_Store meta tag 4 yıl önce
.gitignore copy script 4 yıl önce
README.md readme check 4 yıl önce
copy_website_2_server.sh meta tag 4 yıl önce

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