Skip to content

Commit

Permalink
docs: uncomment pypi info
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed Feb 19, 2024
1 parent 2833277 commit 6a2a588
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ _Disclaimer: This project is largely a amalgam of references mentioned <a href=#

## Installation

[//]: # (- Using PyPI:)
- Using PyPI:

[//]: # ( ```bash)
```bash

[//]: # ( pip install maze-world)
pip install maze-world

[//]: # ( ```)
```

[//]: # (- Directly from source &#40;recommended&#41;:)
- Directly from source (recommended):
```bash
git clone https://github.com/koulanurag/maze-world.git
cd maze-world
Expand Down
18 changes: 8 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@ Random maze environments with different size and complexity for reinforcement le
Installation
------------

..
- Using PyPI:
.. code-block:: console
- Using PyPI:
.. code-block:: console
pip install maze-world
..
- Directly from source (recommended):
pip install maze-world
.. code-block:: console
- Directly from source (recommended):
.. code-block:: console
git clone https://github.com/koulanurag/maze-world.git
cd maze-world
pip install -e .
git clone https://github.com/koulanurag/maze-world.git
cd maze-world
pip install -e .
Contents
----------
Expand Down

0 comments on commit 6a2a588

Please sign in to comment.