shell
pip install pipenv
shell
pipenv --python 3.9
shell
pipenv install package_name
shell
pipenv shell
toml
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
matplotlib = "*"
[dev-packages]
pytest = "*"
shell
pipenv install
shell
pipenv shell
shell
python main.py
shell
pipenv install