Skip to content

Commit

Permalink
Fix readme (#5)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
Yicong-Huang authored Sep 9, 2024
1 parent c7e11b0 commit a2b2014
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ The remaining of the guide will be structured in the following sections:

1. Get Started
2. Udon Components Overview
3. Reproduce experiments
3. Play with Udon (in production)
4. Play with Udon (for experiments)
5. Reproduce experiments

***

Expand Down Expand Up @@ -50,7 +52,8 @@ The remaining of the guide will be structured in the following sections:
5. Install Python dependencies: `pip install -r core/amber/requirements.txt`
6. Some of the tests workflows require more dependencies:
1. `pip install nltk`
2. `pip install spacy~=3.2.6` , then `python -m spacy download en_core_web_sm`
2. `pip install spacy~=3.2.6` , then `python -m spacy download en_core_web_sm`\
3. `pip install Pillow`


</details>
Expand Down

0 comments on commit a2b2014

Please sign in to comment.