Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino authored Aug 3, 2020
1 parent ee90a17 commit ece7ec3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
In order to run the code, you need Python3 and the following libraries:

* [NumPy](http://www.numpy.org/)
* [TensorFlow](https://www.tensorflow.org/)
* [TensorFlow 2.x](https://www.tensorflow.org/)
* [OpenAI Gym](https://gym.openai.com/)

To install them all, make sure you activate a virtual environment and then run the following command:
To install them all, make sure you activate a virtual environment and then run the following commands:

```shell
$ pip install numpy tensorflow gym
$ pip install Box2D
```

After your computer is ready, to run the code, execute the following command:
Expand Down

0 comments on commit ece7ec3

Please sign in to comment.