Update README.md

pull/12/head
Cullen 2023-08-17 15:46:03 -05:00 committed by GitHub
parent 5701826399
commit dbedcea1d3
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ JobSpy Backend is a RESTful API built with FastAPI that allows users to scrape j
## Installation ## Installation
1. Clone this repository. 1. Clone this repository
2. Install the dependencies with `pip install -r requirements.txt`. 2. Install the dependencies with `pip install -r requirements.txt`
3. Run the server with `uvicorn main:app --reload`. 3. Run the server with `uvicorn main:app --reload`
## Usage ## Usage