adithya-s-k / adithya-s-k/omniparse
In the doc, when creating a new conda env
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 7.9k
- Forks
- 676
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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!
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.