We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a87dc commit b494c36Copy full SHA for b494c36
README.md
@@ -33,8 +33,8 @@ Tested on Ubuntu 20.04 LTS.
33
Firstly, `git clone` this repository. To install the dependencies in a venv virtual environment run:
34
35
```
36
-python -m venv rlgainenv
37
-source ./rlgainenv/bin/activate
+python -m venv atomsenv
+source ./atomsenv/bin/activate
38
39
40
then, run the command `python3 setup.py install`or `pip install -r requirements.txt` to install the required dependencies.
0 commit comments