From 74bede4ba3ff55a3c4d38cf2492521cb141fd81d Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 29 Oct 2023 17:38:38 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cedaba..1c76595 100644 --- a/README.md +++ b/README.md @@ -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)