Skip to content

Milterr/module4

 
 

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 git@github.com: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

 
 
 

Contributors

Languages

  • HTML 87.4%
  • Python 11.8%
  • CSS 0.8%