Unverified Commit a5849c5f authored by hjhk258's avatar hjhk258 Committed by GitHub
Browse files

Add chmod instruction for execution permissions

Added note about using chmod for execution permissions.
parent c23694f3
......@@ -11,6 +11,7 @@ git clone https://github.com/pic-ai-robotic-chemistry/BOMLIP-CSP.git --recursive
conda create -n BOMLIP_CSP python=3.10 -y
conda activate BOMLIP_CSP
cd BOMLIP-CSP/mace-bench
# using chmod -R 755 in your BOMLIP-CSP folder if you do not have exection permission
./reproduce/init_mace.sh
source util/env.sh
cd ..
......
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