Installing nusex¶
This section will go through how to install nusex on your system.
Important
Python 3.6.0 or greater is required.
Installing the lastest stable version¶
You can install the latest version of nusex by using the following command:
pip install nusex
Note
You may need to prefix these commands with a call to the Python interpreter depending on your OS and Python configuration.
Installing the development version¶
If you’re dying to try the newest features, you can install the latest development version of nusex by using the following command:
pip install git+https://github.com/nusex/nusex
Warning
Development versions may be unstable, and thus unsuitable for production environments.
Next steps¶
Once you’ve installed nusex, you need to perform a one-time initialisation. You can find out how to do this in the initialisation guide