From 21e6a121a7eaf61cc81eecb9bd1ceb30c1d9c4b7 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Tue, 9 Apr 2024 00:12:44 +0200 Subject: [PATCH] Add installation instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 57b7153..245b3cf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ A PyGame powered tool for quickly sorting stuff into categories This is a simple tool that will somehow present items of various types and allow categorising them interactively. +Installation +------------ + +Run `pip install -e .` in the project directory. You should probably use `venv` or similar. + +(This is PoC-stage, so no fancy packaging as of now.) + Usage -----