Installation ============ From sources ------------ You can install anotherspdnet from the `github repository `_ by running: .. code:: console pip install git+https://github.com/AmmarMian/anotherspdnet If you do not have `pip` installed, you can clone the source and install: .. code:: console git clone git+https://github.com/AmmarMian/anotherspdnet cd anotherspdnet python setup.py install .. note:: With this method, you will have to install the dependencies yourself. Dependencies ------------ The main dependencies of anotherSPDNet are: * `PyTorch `_ * `Geoopt `_ * `Tqdm `_