Skip to content

heymynameiskai/template-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Template for Python

This is a template for a simple python project.

Installation & Setup

Install Pyenv and setup python version

./setup/install.sh
./setup/setup.sh

Usage

  • List all installable versions pyenv install -l
  • Install version pyenv install <version>
  • Select version for current shell pyenv shell <version>
  • Select version for directory pyenv local <version>
  • Select version globally pyenv global <version>
  • Uninstall version pyenv uninstall <version>

Further Reading

About

code template for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages