Skip to content
Snippets Groups Projects
Commit b6510ece authored by hsharif3's avatar hsharif3
Browse files

Update README.md

parent 65f06a63
No related branches found
No related tags found
No related merge requests found
## Exporting Conda Environment:
conda activate ${ENV_TO_EXPORT}
conda env export > environment.yml
## Importing Conda Environment:
......@@ -12,6 +12,7 @@ conda create -f environment.yml
## Building and Installing Frontend:
python setup.py build
python setup.py install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment