Commit e584067e authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 42420792
......@@ -39,6 +39,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/op
cd /path/your_code_data/
pip install e .
pip install numpy==1.24.3
```
......@@ -53,6 +54,7 @@ docker run --shm-size=64G --name vary-toy -v /opt/hyhal:/opt/hyhal:ro --privileg
cd /path/your_code_data/
pip intall e .
pip install numpy==1.24.3
```
......@@ -75,6 +77,7 @@ conda activate vary-toy
cd /path/your_code_data/
pip install e .
pip install numpy==1.24.3
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment