installing¶
You can install PySMSBoxNet using pip:
pip install pysmsboxnet
If you want to test a beta version, you can add the pre
command line argument:
pip install --pre pysmsboxnet
Updating¶
Updating is also possible using pip:
pip install --upgrade pysmsboxnet