Improved README
Browse files
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 |
|