mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
A bit more README
This commit is contained in:
parent
8684e83880
commit
6f8d9247c4
1 changed files with 29 additions and 4 deletions
33
README.md
33
README.md
|
@ -1,10 +1,35 @@
|
|||
# Copanier
|
||||
|
||||
Gestion de commande groupée minimaliste.
|
||||
Minimalist grouped command management
|
||||
|
||||
|
||||
# Local install
|
||||
|
||||
# Installation
|
||||
|
||||
Dépendances:
|
||||
Dependencies:
|
||||
- python >= 3.7
|
||||
|
||||
|
||||
- Create a venv:
|
||||
|
||||
python -m venv path/to/venv
|
||||
|
||||
- Activate it:
|
||||
|
||||
source path/to/venv/bin/activate
|
||||
|
||||
- Install python package locally
|
||||
|
||||
python setup.py develop
|
||||
|
||||
|
||||
## Run local server
|
||||
|
||||
Make sure venv is active, then:
|
||||
|
||||
copanier serve
|
||||
|
||||
Optionally autoreload the server when you change a python file (needs `hupper`):
|
||||
|
||||
copanier serve --reload
|
||||
|
||||
Then browse to http://localhost:2244
|
||||
|
|
Loading…
Reference in a new issue