Skip to content

Commit

Permalink
Specify python version across both docs and README
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Aug 8, 2024
1 parent 417993d commit 68314a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PyroRL is a new reinforcement learning environment built for the simulation of w

## How to Use

First, install our package. Note that PyroRL requires Python version $3.8$:
First, install our package. Note that PyroRL requires Python version 3.8:

```bash
pip install pyrorl
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installation

First, download our Python package:
First, install our Python package. Note that PyroRL requires Python version 3.8:

```bash
pip install pyrorl
Expand Down

0 comments on commit 68314a3

Please sign in to comment.