Installation
Installation
Syntropynac is a command line tool that allows you to control Syntropy networks using YAML or JSON configuration files. It is a part of Python syntropynac
package. Only Python 3.6+ is supported.
#You can install our packages in the following ways:
# You can install the sdk using pip:
pip install syntropynac
# Latest development version:
# HTTPS
pip install git+https://github.com/SyntropyNet/syntropy-nac#egg=syntropynac
# Git
pip install [email protected]:SyntropyNet/syntropy-nac#egg=syntropynac
# requirements.txt
-e [email protected]:SyntropyNet/syntropy-nac#egg=syntropynac
You can refer to this article to learn how to retrieve an access token.
Updated over 1 year ago