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: .. code-block:: bash 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: .. code-block:: bash 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 :doc:`initialisation guide <../starting/init>`