mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
doc: dev instructions for README.md
This commit is contained in:
parent
9a1999b8ab
commit
cb083cd38e
23
README.md
23
README.md
@ -61,6 +61,28 @@ Tests
|
|||||||
-----
|
-----
|
||||||
Tests are a WIP. Recommendation is to run 'pytest' in the 'tests' directory.
|
Tests are a WIP. Recommendation is to run 'pytest' in the 'tests' directory.
|
||||||
|
|
||||||
|
Development
|
||||||
|
-----------
|
||||||
|
Clone the repo:
|
||||||
|
```commandline
|
||||||
|
git clone https://git-mirror.zavage.net/zavage-software/app_skellington.git
|
||||||
|
```
|
||||||
|
|
||||||
|
Verify your desired python environment.
|
||||||
|
|
||||||
|
Poetry install to install dependencies and the program in your desired python environment
|
||||||
|
```commandline
|
||||||
|
poetry install
|
||||||
|
# verify no errors
|
||||||
|
```
|
||||||
|
|
||||||
|
Install pre-commit hooks:
|
||||||
|
```commandline
|
||||||
|
pre-commit install
|
||||||
|
```
|
||||||
|
|
||||||
|
Begin development.
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
I'm releasing this software under one of the most permissive
|
I'm releasing this software under one of the most permissive
|
||||||
@ -72,4 +94,3 @@ Notes
|
|||||||
-----
|
-----
|
||||||
See official website: https://zavage-software.com
|
See official website: https://zavage-software.com
|
||||||
Please report bugs, improvements, or feedback!
|
Please report bugs, improvements, or feedback!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user