From 89dc7218feb16b54bb46a5618d4e93a907e8472c Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Wed, 17 Feb 2021 16:50:30 +0000 Subject: [PATCH] Remove section about virtualenv This is covered generically in the Wiki [1]. [1]: https://github.com/alphagov/notifications-manuals/wiki/Getting-Started#development-environment --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ff3b1cc86..33f3892f9 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,6 @@ To run the API you will need appropriate AWS credentials. You should receive the Your aws credentials should be stored in a folder located at `~/.aws`. Follow [Amazon's instructions](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-config-files) for storing them correctly. -### Virtualenv - -``` -mkvirtualenv -p /usr/local/bin/python3 notifications-api -``` - ### `environment.sh` Creating the environment.sh file. Replace [unique-to-environment] with your something unique to the environment. Your AWS credentials should be set up for notify-tools (the development/CI AWS account).