From 728b88b92db94c4bbe095e6ad2cc3d331f8f9c8b Mon Sep 17 00:00:00 2001 From: deeplook Date: Mon, 16 Aug 2021 12:56:01 +0200 Subject: [PATCH] Fix conda install command (#419) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e1e41..ab9e43f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ $ pip install tianshou If you use Anaconda or Miniconda, you can install Tianshou from conda-forge through the following command: ```bash -$ conda -c conda-forge install tianshou +$ conda install -c conda-forge tianshou ``` You can also install with the newest version through GitHub: