In the doc, when creating a new conda env
Opened this issue · 0 comments
GLambard commented
First, thank you very much for your great work!
Also, I would like to highlight a small syntax error in the way we create a new env with conda in the doc:
Suggested correction:
conda create -n omniparse-venv python=3.10 --> conda create -n omniparse-venv python==3.10
A second '=' is missing.
Thank you very much!