Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Housekeeping #495

Merged
merged 6 commits into from
Jul 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README with info about venv name
  • Loading branch information
marcofucci committed Jul 4, 2019
commit c7cf6f72d22713a4b970c61d273769b167650e6c
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The Cashbook UI for the Money to Prisoners Project

## Running locally

It's recommended that you use a python virtual environment to isolate each application.
Please call this `venv` and make sure it's in the root folder of this application so that
`mtp_common.test_utils.code_style.CodeStyleTestCase` and the build tasks can find it.

In order to run the application locally, it is necessary to have the API running.
Please refer to the [money-to-prisoners-api](https://github.com/ministryofjustice/money-to-prisoners-api/) repository.
Expand Down