Skip to content

juicyarts/python-env

Repository files navigation

Python env

simple python environment for fast prototyping

requirements

  • pipenv
  • pyenv
# install all dependencies
$ pipenv install -d
# use pipenv shell
$ pipenv shell
# run application
$ pipenv run python main.py
# run linter
$ pipenv run pylint *.py
# run tests
$ pipenv run pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages