File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# Virtual Environment
10
10
env /
11
+
12
+ # PyPi distribution files
13
+ dist /
Original file line number Diff line number Diff line change 26
26
27
27
## Requirements
28
28
29
- * [ app-pack-generator] ( https://github.com/unity-sds /app-pack-generator )
29
+ * [ app-pack-generator] ( https://pypi.org/project /app-pack-generator/ )
30
30
* [ Unity-py] ( https://pypi.org/project/unity-sds-client/ )
31
31
32
32
## Setup Instructions
33
33
34
- ### Install from Github
34
+ ### Install from PyPi
35
35
36
36
```
37
- pip install git+https://github.com/unity-sds/unity-app-generator.git
38
- ```
39
-
40
- ### Install Locally
41
-
42
- ```
43
- git clone https://github.com/unity-sds/unity-app-generator.git
44
- pip install unity-app-generator
37
+ pip install mdps-app-generator
45
38
```
46
39
47
40
## Usage
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=62.6.0"]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
- name = " unity_app_generator "
6
+ name = " mdps_app_generator "
7
7
authors = [
8
8
{ name = " James McDuffie" },
9
9
]
You can’t perform that action at this time.
0 commit comments