Skip to content

Commit

Permalink
[readme] Recommend python 3.9 for conda environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins authored and bwasti committed Aug 3, 2021
1 parent a32ac61 commit 397c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ We recommend using
to manage the remaining build dependencies. First create a conda environment
with the required dependencies:

$ conda create -n compiler_gym python=3.8 cmake pandoc
$ conda create -n compiler_gym python=3.9 cmake pandoc
$ conda activate compiler_gym

Then clone the CompilerGym source code using:
Expand Down

0 comments on commit 397c386

Please sign in to comment.