Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If windows:

  1. Open Git bash in the place you work
  2. git clone https://github.com/D3ft4cKeR/python-template.git + "project.name"
  3. cd "project.name"
  4. rm -rf .git
  5. python -m venv venv
  6. source venv/Scripts/activate
  7. pip install -r requirements.txt
  8. code .

If Ubuntu:

  1. Open Terminal in the place you work
  2. git clone https://github.com/D3ft4cKeR/python-template.git + "project.name"
  3. cd "project.name"
  4. rm -rf .git
  5. python3 -m venv venv
  6. source venv/bin/activate
  7. pip install -r requirements.txt
  8. code .

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages