Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taxe10 authored Aug 8, 2024
1 parent dc6ea2b commit 03e9592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ README files.

2. Start [splash-ml](https://github.com/als-computing/splash-ml)

2. Create a new Python environment and install dependencies:
3. Create a new Python environment and install dependencies:
```
conda create -n new_env python==3.11
conda activate new_env
pip install .
```

3. Create a `.env` file using `.env.example` as reference. Update this file accordingly.
4. Create a `.env` file using `.env.example` as reference. Update this file accordingly.

4. Start example app:
5. Start example app:
```
python frontend.py
```
Expand Down

0 comments on commit 03e9592

Please sign in to comment.