Installation =========== .. Installation with Anaconda HydroEcoLSTM was developed based on many other packages. To avoid conflict with other pre-installed packages, create a virtual environment to install HydroEcoLSMT and its dependencies. To do that, we could install Anaconda from `here `_. Next, you can download the `environment file `_. Then open the Anaconda PowerShell Prompt and type the following commands: .. code-block:: python # 1. Create the environment (from the downloaded file environment.yml) conda env create -f environment.yml conda activate hydroecolstm_env # 2. Install the lastest version from github pip install git+https://github.com/tamnva/hydroecolstm.git # Or Install from PyPI (stable version) pip install hydroecolstm