소스 검색

Update README.md

Maxime Chevalier-Boisvert 7 년 전
부모
커밋
491c79586b
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -34,10 +34,11 @@ sudo apt install libopenmpi-dev zlib1g-dev cmake
 # OpenAI baselines
 git clone https://github.com/openai/baselines.git
 cd baselines
-pip install -e .
+pip3 install -e .
+cd ..
 
 # Other requirements
-pip install -r requirements.txt
+pip3 install -r requirements.txt
 ```
 
 Note: the basicrl code is a custom fork of [this repository](https://github.com/ikostrikov/pytorch-a2c-ppo-acktr),