Update Readme to reflect current requirements

This commit is contained in:
Johannes Schriewer 2023-12-26 01:47:51 +01:00
parent 90cc256ee6
commit 55124c8c21

View file

@ -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`