Skip to content

Commit 08f2777

Browse files
authored
Merge pull request #11 from hex-inc/sukwanlee-patch-1
Update README.md
2 parents 4c0e970 + c22c65c commit 08f2777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Welcome to the Hex Web Development Interview! During the interview session, you'
77
## Running the app
88

99
1) Install JS dependencies with `npm install`.
10-
2) Install Python dependencies with `uv sync`.
10+
2) Install Python dependencies with `uv sync`. If `uv` is unavailable, first run `pip install uv`.
1111
3) Run `npm run start`. You should be able to view the app at [http://localhost:3000/](http://localhost:3000/). It will hot reload as you make changes.

0 commit comments

Comments
 (0)