Fix conda install command (#419)
This commit is contained in:
parent
5b7732a29b
commit
728b88b92d
@ -71,7 +71,7 @@ $ pip install tianshou
|
|||||||
If you use Anaconda or Miniconda, you can install Tianshou from conda-forge through the following command:
|
If you use Anaconda or Miniconda, you can install Tianshou from conda-forge through the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ conda -c conda-forge install tianshou
|
$ conda install -c conda-forge tianshou
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also install with the newest version through GitHub:
|
You can also install with the newest version through GitHub:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user