Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkearney91 committed Mar 17, 2023
1 parent f59e09e commit 0b3617a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ Then to activate it so that any new modules that are installed are installed int
`source venv/bin/activate`


## Step 2 - Clone the project
Clone the project from github:
`git clone https://github.com/python-scrapy-playbook/freeCodeCamp-part-6.git`

## Step 2 - Install the required python modules

## Step 3 - Install the required python modules
To install the required modules for this python project to run you need to install the required python modules using the following command:

`pip install -r requirements.txt`


## Step 3 - Run the project/ Follow the course
## Step 4 - Run the project/ Follow the course
Once the required python modules are installed you should be able to view/run the Python Scrapy Spider with the following command (from within the project folder):

Cd into the project spiders: `cd bookscraper`
Expand Down

0 comments on commit 0b3617a

Please sign in to comment.