Create virtual environment with pipenv

This commit is contained in:
Bartłomiej Pluta
2019-09-06 13:47:28 +02:00
parent 7ec967a014
commit aca227ac5e
4 changed files with 199 additions and 1 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
sounddevice = "*"
soundfile = "*"
numpy = "*"
matplotlib = "*"
[requires]
python_version = "3.7"