shrkw / pipenv-vscode-boilerplate

A boilerplate for Pipenv and Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

brew install pipenv
pipenv install

Make Project Directory

VERSION=3.8.0
PIPENV_VENV_IN_PROJECT=true pipenv --python=$(pyenv root)/versions/${VERSION}/bin/python install

References

About

A boilerplate for Pipenv and Visual Studio Code

License:MIT License


Languages

Language:Python 100.0%