chore: update readme
This commit is contained in:
parent
fa841e2fb2
commit
a0bdb0de99
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# `neuron-zk-generator`
|
# neuron-zk-generator
|
||||||
|
|
||||||
This Python application reads data from [my](https://github.com/thomasabishop/eolas) [zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) and
|
This Python application reads data from [my](https://github.com/thomasabishop/eolas) [zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) and
|
||||||
formats it so that it can be compiled as a [Neuron](https://neuron.zettel.page/) project and from there published as a static-site on the Web.
|
formats it so that it can be compiled as a [Neuron](https://neuron.zettel.page/) project and from there published as a static-site on the Web.
|
||||||
|
@ -7,7 +7,6 @@ formats it so that it can be compiled as a [Neuron](https://neuron.zettel.page/)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
|
||||||
neuron-zk-generator
|
neuron-zk-generator
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -28,7 +27,7 @@ pipx install [local_path_to_application]
|
||||||
## Build single executable
|
## Build single executable
|
||||||
|
|
||||||
Use `pyinstaller` to create single executable file. `pyinstaller` is installed
|
Use `pyinstaller` to create single executable file. `pyinstaller` is installed
|
||||||
along with other packages in `requirements.txt`.
|
along with other packages specified in `setup.py`.
|
||||||
|
|
||||||
From root:
|
From root:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue