Pamela Fox commited on
Commit
f72f77b
·
1 Parent(s): 750f92e

Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ then it's best to first [create a Python virtual environment](https://docs.pytho
25
  pip install -r requirements.txt
26
  ```
27
 
28
- 2. Create an `.env` file using `.env.sample` as a guide. Set the value of `DBNAME` to the name of an existing database in your local PostgreSQL instance. Set the values of `DBHOST`, `DBUSER`, and `DBPASS` as appropriate for your local PostgreSQL instance. If you're in the devcontainer, copy the values from `.env.sample.devcontainer`.
29
 
30
  3. Run the migrations:
31
 
 
25
  pip install -r requirements.txt
26
  ```
27
 
28
+ 2. Create an `.env` file using `.env.sample` as a guide. Set the value of `DBNAME` to the name of an existing database in your local PostgreSQL instance. Set the values of `DBHOST`, `DBUSER`, and `DBPASS` as appropriate for your local PostgreSQL instance. If you're in the devcontainer, copy the values exactly from `.env.sample`.
29
 
30
  3. Run the migrations:
31