Installation ============ .. |pythonlogo| image:: _static/img/python_icon.png :alt: Python Logo :width: 40 :align: bottom .. |condalogo| image:: _static/img/conda_icon.png :alt: Conda Logo :width: 35 :align: middle .. raw:: html
.. |Conda| raw:: html 1 .. NetMD can be installed using Conda. .. For direct access to the source code and flexibility in development, users can clone the repository and install NetMD using `setup.py`. .. This method allows for customization and contributions. Alternatively, for a streamlined installation experience NetMD is also available as a Conda package. .. Choose the method that best suits your needs. NetMD is available as a Conda[ |Conda| ] package and can be installed using the following command: Installation via Conda ---------------------- .. code-block:: console # either create a new conda env and install NetMD (env) $ conda create -n netmd -c conda-forge bioconda::netmd # or, if you already have an activa conda env, just install (env) $ conda install -c conda-forge bioconda::netmd Check if everything is fine .. code-block:: console (env) $ netmd -h .. .. |pythonlogo| Installation via `setup.py` .. ------------------------------------------- .. Firstly let's see the **help** section of NetMD: .. .. code-block:: console .. (env) $ python setup.py install