Fix conda install command (#419)

This commit is contained in:
deeplook 2021-08-16 12:56:01 +02:00 committed by GitHub
parent 5b7732a29b
commit 728b88b92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: