Skip to content

Commit 707e8f9

Browse files
Update README.md (#177)
* Update README.md Python 3.8+ is misleading. * Also change the docs Co-authored-by: Costa Huang <costa.huang@outlook.com>
1 parent 9b002a0 commit 707e8f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Good luck have fun :rocket:
3131
## Get started
3232

3333
Prerequisites:
34-
* Python 3.8+
34+
* Python 3.8-3.9 (not yet 3.10)
3535
* [Poetry](https://python-poetry.org)
3636

3737
To run experiments locally, give the following a try:
@@ -148,4 +148,4 @@ If you use CleanRL in your work, please cite our technical [paper](https://arxiv
148148
archivePrefix={arXiv},
149149
primaryClass={cs.LG}
150150
}
151-
```
151+
```

docs/get-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
* Python 3.8+
5+
* Python 3.8-3.9 (not yet 3.10)
66
* [Poetry](https://python-poetry.org)
77

88
Simply run the following command for a quick start

0 commit comments

Comments
 (0)