aksell commited on
Commit
28de159
1 Parent(s): fb742f5

Fix README typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ poetry install
19
  poetry run streamlit run hexviz/streamlit/Attention_On_Structure.py
20
  ```
21
 
22
- ## Export dependcies 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
 
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