=============== Install Auspice =============== .. note:: This is an Auspice-specific installation guide. If you wish to use Nextstrain :doc:`as a whole `, please refer to :doc:`the Nextstrain installation guide `. .. contents:: :local: Install dependencies ==================== Auspice is a JavaScript program and requires `Node.js `__ to be installed on your system. Refer to ``engines.node`` in `package.json `__ for currently supported versions. We recommend using `Conda `__ to create an environment with a specific version of Node.js. It's possible to use other methods, but these are the instructions for Conda: .. code:: bash conda create -c conda-forge --name auspice nodejs=16 conda activate auspice Install Auspice as a user ========================= .. code:: bash npm install --global auspice If you look at the :doc:`release notes <../releases/changelog>` you can see the changes that have been made to Auspice (see your version of Auspice via ``auspice --version``). To upgrade, you can run .. code:: bash npm update --global auspice Install Auspice as a developer ============================== See `DEV_DOCS.md `__. Testing if it worked ==================== If installation worked, you should be able to run ``auspice --help``.