From 68314a36ea7c5dbb9e9660db7bee3306448ffeab Mon Sep 17 00:00:00 2001 From: cpondoc Date: Wed, 7 Aug 2024 20:46:15 -0700 Subject: [PATCH] Specify python version across both docs and README --- README.md | 2 +- docs/docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8df7f7c..484e35e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 18aae13..85d3bf7 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -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