Skip to content
/ lab-py Public

Environment to implement prototypes and test out ideas

Notifications You must be signed in to change notification settings

pmuens/lab-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab

What I cannot create, I do not understand. — Richard Feynman

Setup

  1. git clone <url>
  2. asdf install
  3. pipenv install
  4. pipenv shell
  5. python <path>
  6. pytest

Optional: Update the python.formatting.blackPath property in the .vscode/settings.json file. Run which black within a Pipenv shell to get the project-specific black path.

Useful Commands

asdf install

pipenv install [-d] <name>[~=<version>]
pipenv shell
pipenv run

python <path>

pytest

Useful Resources

About

Environment to implement prototypes and test out ideas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages