From 03e9592be10a18725f635539dc6b1dd1453e48a1 Mon Sep 17 00:00:00 2001 From: Tanny Chavez Esparza Date: Wed, 7 Aug 2024 22:03:21 -0700 Subject: [PATCH] Fixed typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23d8ed8..62d9278 100644 --- a/README.md +++ b/README.md @@ -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 ```