mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-26 08:02:00 +00:00
Quick, rough draft of docs
This commit is contained in:
7
docs/installation.md
Normal file
7
docs/installation.md
Normal file
@@ -0,0 +1,7 @@
|
||||
To install currently, download the `node_deployer` repo from the github repository, then install the package with poetry:
|
||||
```bash
|
||||
poetry install --no-dev
|
||||
```
|
||||
The tool can then be invoked with `poetry run node_deployer`. To install the tool system-wide, run `poetry build` and then install the package with `pip install dist/node_deployer*.whl`. The tool can then be invoked with `python -m node_deployer`.
|
||||
|
||||
This installation process will be subject to significant change in the future. Currently, the tool is in early alpha.
|
||||
Reference in New Issue
Block a user