Skip to content

sh1nez/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick start

vsevlod

fork this repo in github and clone it or use it

Clone repository, use clone

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

Ok, now u have your local repo, start use it


  • python3 -m venv venv
    • create virtual environment, maybe u need
    • pip3 python3 install virtualenv

  • activate venv
    • source venv/bin/activate for linux enjoyers
    • pip3 venv/Scripts/activate для виндусятников

  • install libs
    • pip install -r requirements.txt

Enjoy coding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published