cerquide commited on
Commit
cbb0f75
·
1 Parent(s): 347a369

Improved README

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -2,11 +2,12 @@
2
 
3
  UI showing how to measure the area of the Cumulus Oocyte Complex.
4
 
5
- ## Local installation
6
 
7
  1. Clone the [cumulus_expansion repo from the IIIA gitlab](https://gitlab.iiia.csic.es/eurova/cumulus_expansion)
8
  2. Clone this repo and change directory into it.
9
  3. `source bin/init-local.sh`
10
  4. `streamlit run area_measurement.py`
11
 
 
12
 
 
2
 
3
  UI showing how to measure the area of the Cumulus Oocyte Complex.
4
 
5
+ ## Local installation (for development)
6
 
7
  1. Clone the [cumulus_expansion repo from the IIIA gitlab](https://gitlab.iiia.csic.es/eurova/cumulus_expansion)
8
  2. Clone this repo and change directory into it.
9
  3. `source bin/init-local.sh`
10
  4. `streamlit run area_measurement.py`
11
 
12
+ The update to huggingface should happen automatically
13