README: Minor improvements
This commit is contained in:
parent
b277ed6477
commit
d138c3c1f1
@ -35,7 +35,7 @@ While the overarching objective of MP environments remains the learning of an op
|
|||||||
|
|
||||||
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 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.
|
||||||
|
|
||||||
### Installation via pip (recommended)
|
### Installation from PyPI (recommended)
|
||||||
|
|
||||||
Install `fancy_gym` via
|
Install `fancy_gym` via
|
||||||
```bash
|
```bash
|
||||||
@ -62,25 +62,21 @@ pip install metaworld@git+https://github.com/Farama-Foundation/Metaworld.git@d15
|
|||||||
### Installation from master
|
### Installation from master
|
||||||
|
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:ALRhub/fancy_gym.git
|
git clone git@github.com:ALRhub/fancy_gym.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Go to the folder
|
2. Go to the folder
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd fancy_gym
|
cd fancy_gym
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install with
|
3. Install with
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
We have a few optional dependencies. If you also want to install those use
|
We have a few optional dependencies. If you also want to install those use
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# to install all optional dependencies
|
# to install all optional dependencies
|
||||||
pip install -e '.[all]'
|
pip install -e '.[all]'
|
||||||
|
Loading…
Reference in New Issue
Block a user