Spaces:
Sleeping
Sleeping
Fix README typo
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ poetry install
|
|
19 |
poetry run streamlit run hexviz/streamlit/Attention_On_Structure.py
|
20 |
```
|
21 |
|
22 |
-
## Export
|
23 |
Spaces [require](https://huggingface.co/docs/hub/spaces-dependencies#adding-your-own-dependencies) dependencies in a `requirements.txt` file. Export depencies from poetry's `pyproject.toml` file with:
|
24 |
```shell
|
25 |
poetry export -f requirements.txt --output requirements.txt --without-hashes
|
|
|
19 |
poetry run streamlit run hexviz/streamlit/Attention_On_Structure.py
|
20 |
```
|
21 |
|
22 |
+
## Export dependecies from poetry
|
23 |
Spaces [require](https://huggingface.co/docs/hub/spaces-dependencies#adding-your-own-dependencies) dependencies in a `requirements.txt` file. Export depencies from poetry's `pyproject.toml` file with:
|
24 |
```shell
|
25 |
poetry export -f requirements.txt --output requirements.txt --without-hashes
|