Skip to content

Commit 13f043c

Browse files
committed
Expand installation instructions
1 parent 5a23373 commit 13f043c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/User_Guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
You will need:
44
* `python3.9`.
55
* `postgresql`. You do *not* need to create a database; you just need to make sure a `postgresql` is installed, and you need to have the hostname, port and login credentials with default permissions.
6+
* all required python packages: run `python3.9 -m pip install -r requirements.txt` from the root folder of the repository.
67

78
For more detail, see the [Installation Instructions](./install.md).
89

9-
To use other varieties of SQL, you would need to modify the routines in the `database` module.
10+
To use other varieties of SQL, you would need to modify the routines in the `database` module.
1011

1112
## Installation
1213
The one-line version: From the root folder of your repository run `python3 setup.py install`. For more detail, see the [Installation Instructions](./install.md).

0 commit comments

Comments
 (0)