選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
bootje 846ad7abe8 modal.js 4年前
venv cleaned folder and removed all bak 4年前
website modal.js 4年前
.DS_Store meta tag 4年前
.gitignore copy script 4年前
README.md readme check 4年前
copy_website_2_server.sh meta tag 4年前

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