Skip to content

Commit

Permalink
Update Zephaniah_README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeph authored Jan 12, 2025
1 parent 0015f19 commit 475f3f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Zephaniah_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,19 @@ accompanies the code to ensure clarity and usability.

```sh
git clone https://github.com/your-username/your-repository.git

2. Navigate to the project directory:

```sh
cd your-repository
3. Set up the virtual environment:
```sh
python -m venv venv
source venv/bin/activate # On macOS/Linux
.\venv\Scripts\activate # On Windows

4. Install the dependencies:

```sh
Expand Down

0 comments on commit 475f3f1

Please sign in to comment.