Skip to content

Commit c8a19f7

Browse files
committed
Now with pipenv support
In this commit: 1. pipenv support for easier installation of files 2. Updated readme file accordingly To do: 1. kivy reset is now broken
1 parent 160eaad commit c8a19f7

File tree

4 files changed

+418
-3
lines changed

4 files changed

+418
-3
lines changed

Pipfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
libdw = "*"
8+
pprintpp = "*"
9+
kivy = "*"
10+
11+
[dev-packages]
12+
13+
[requires]
14+
python_version = "3.9"

0 commit comments

Comments
 (0)