fork this repo in github and clone it or use it
if u use ssh:
git clone [email protected]:skraler/module4.git
else:
git clone https://github.com/skraler/module4.git
After this u need change push-repo
git remote set-url new_ssh_or_https_link
Also u can check push and fetch repo with
git remote -v
- python3 -m venv venv
- create virtual environment, maybe u need
pip3 python3 install virtualenv
- activate venv
source venv/bin/activate
for linux enjoyerspip3 venv/Scripts/activate
для виндусятников
- install libs
- pip install -r requirements.txt
- pip install -r requirements.txt
Enjoy coding