Skip to content

Commit b9711cd

Browse files
shihzyvincentpierre
authored andcommitted
update to install python code
1 parent 1076755 commit b9711cd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation~/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ Please note that this package is available as a preview, so it is not ready for
1717
* In your Unity project, you should see the Package Manager resolving the new packages (this may take several minutes).
1818
* Go to Window -> Package Manager. Select DOTS ML-Agents and import all the samples.
1919

20+
21+
2022
### Install Python code
2123
* Clone this repository in a new folder
22-
* Checkout release-0.2.0
23-
* run the following command inside the repository:
24+
* Checkout release-0.2.0
25+
```
26+
git clone --branch release-0.2.0 https://github.com/Unity-Technologies/ml-agents-dots.git
27+
```
28+
* Run the following command inside the repository:
2429
```
2530
pip3 install -e ./ml-agents-envs~
2631
```

0 commit comments

Comments
 (0)