Update Readme to reflect current requirements
This commit is contained in:
parent
90cc256ee6
commit
55124c8c21
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@ As configured by default you will need the following:
|
||||||
|
|
||||||
- A postgres database named `inventory` with a postgres user `inventory` that
|
- A postgres database named `inventory` with a postgres user `inventory` that
|
||||||
may connect without password or by default with the password `inventory`
|
may connect without password or by default with the password `inventory`
|
||||||
- Python > 3.7
|
- Python > 3.10
|
||||||
- Poetry to install requirements and create a virtualenv
|
- Poetry to install requirements and create a virtualenv
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
This is a standard Django 3.1 application, if you know how to deploy those the
|
This is a standard Django 5.0 application, if you know how to deploy those the
|
||||||
following might sound familiar:
|
following might sound familiar:
|
||||||
|
|
||||||
1. Checkout repository: `git clone https://github.com/dunkelstern/inventory.git`
|
1. Checkout repository: `git clone https://github.com/dunkelstern/inventory.git`
|
||||||
|
|
Loading…
Reference in a new issue