Skip to content
Snippets Groups Projects
Commit 02f39d73 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Merging

parents 038ff74e b6510ece
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