Skip to content

Commit

Permalink
small edits to README + updating CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Jun 7, 2024
1 parent a3d4e67 commit 367e4d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Added
- New script to parse download requests from S3 log files for UMP books
- New script to update current UofM manifests with fulfill endpoints to replace pdf/epub urls
- Updated README and added more information to installation steps
## Fixed

## 2024-03-21 -- v0.13.0
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Local development requires that the following services be available. They do not
- PostgreSQL@10
- Note that v10 is deprecated.
- [email protected]
- Note you may need to follow the [macOS Homebrew install guide](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/brew.html#brew)
- Note you may need to follow the [macOS Homebrew install guide](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/brew.html#brew).
- RabbitMQ
- Redis
- XCode Command Line Tools
Expand All @@ -47,10 +47,9 @@ The steps to install the application are:
1. Install dependencies, including Python >= 3.6, if not already installed
2. Set up virtual environment
3. Clone this repository
3. Run `pip install -r requirements.txt` from the root directory
- If you run into the error ```pip: command not found``` while installing the dependencies, you may need to alias python3 and pip3 to python and pip, respectively.
4. Configure environment variables per instructions below
5. Run `DevelopmentSetupProcess` per instructions below
4. Run `pip install -r requirements.txt` from the root directory. If you run into the error ```pip: command not found``` while installing the dependencies, you may need to alias python3 and pip3 to python and pip, respectively.
1. Configure environment variables per instructions below
2. Run `DevelopmentSetupProcess` per instructions below

#### Running services on host machine

Expand Down

0 comments on commit 367e4d0

Please sign in to comment.