Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6a09b0

Browse files
committed
Add requirements.txt for python
1 parent 3da7160 commit d6a09b0

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
contourpy==1.0.7
2+
cycler==0.11.0
3+
fonttools==4.39.3
4+
kiwisolver==1.4.4
5+
matplotlib==3.7.1
6+
numpy==1.24.2
7+
packaging==23.0
8+
Pillow==9.5.0
9+
pyparsing==3.0.9
10+
python-dateutil==2.8.2
11+
six==1.16.0

Assets/StreamingAssets/myproject/requirements.txt.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ This is a sample project that integrates Unity and Python.NET. Pressing the *Plo
2626
+ python-3.11.3-embed-amd64/ : python runtime
2727
+ myproject/
2828
+ plot_random.py : python script for graph plot
29+
+ requirements.txt : a list of items to be installed using pip install
2930
```

0 commit comments

Comments
 (0)