Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
espin086 authored Sep 19, 2024
1 parent f90e686 commit dc1c72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Clone the repository to your local environment and create the virtual environmen
```bash
conda create --name jobhunter python=3.10
conda activate jobhunter
pip install -r requirements.txt
pip install .
```

## Step 1: Copy the .env-template
Expand Down Expand Up @@ -75,4 +75,4 @@ You should see the UI like this:

![Alt](images/image_ui_job_search_results.png)

If you encounter any issues during the installation process, please refer to the documentation or submit an issue to this repo.
If you encounter any issues during the installation process, please refer to the documentation or submit an issue to this repo.

0 comments on commit dc1c72b

Please sign in to comment.