Skip to content

Commit d25054e

Browse files
committed
fix readme
1 parent 5885a53 commit d25054e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@ We designed this library to be flexible and extensible. Plugging in novel resear
3737
## Installation
3838
From docker:
3939
* [docker instructions](./docker/)
40+
4041
From source:
4142
* Follow instructions for [PyTorch](https://pytorch.org/)
4243
* (Optional) Follow instructions for [StarCraft 2](https://github.com/Blizzard/s2client-proto#downloads)
4344

4445
```
46+
git clone https://github.com/heronsystems/adeptRL
47+
cd adeptRL
4548
# Remove mpi, sc2, profiler if you don't plan on using these features:
46-
pip install adeptRL[mpi,sc2,profiler]
49+
pip install .[mpi,sc2,profiler]
4750
```
4851

4952
## Performance

0 commit comments

Comments
 (0)