mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-23 06:32:08 +00:00
524 B
524 B
To install currently, download the node_deployer repo from the github repository, then install the package with poetry:
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.