fixed typo

This commit is contained in:
Dominik Moritz Roth 2023-10-29 17:38:38 +01:00
parent fae7c887ce
commit 74bede4ba3

View File

@ -33,7 +33,7 @@ While the overarching objective of MP environments remains the learning of an op
## Installation
We recommend installing `fancy_gym` into a virtual environments like [venv](https://docs.python.org/3/library/venv.html). 3rd party alternatives to venv like [Poetry](https://python-poetry.org/) or [Conda](https://docs.conda.io/en/latest/) can also be used.
We recommend installing `fancy_gym` into a virtual environment as provided by [venv](https://docs.python.org/3/library/venv.html). 3rd party alternatives to venv like [Poetry](https://python-poetry.org/) or [Conda](https://docs.conda.io/en/latest/) can also be used.
### Installation from PyPI (recommended)