Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 1.66 KB

INSTALL.rst

File metadata and controls

71 lines (39 loc) · 1.66 KB

Installation

wlts.py depends essentially on Requests. Please, read the instructions below in order to install wcpms.py.

Development Installation

Clone the Software Repository:

git clone https://github.com/brazil-data-cube/wcpms.py.git

Go to the source code folder:

cd wcpms.py

Install in development mode:

pip3 install -e .[all]

Note

If you want to create a new Python Virtual Environment, please, follow this instruction:

1. Create a new virtual environment linked to Python 3.11:

python3.11 -m venv venv

2. Activate the new environment:

source venv/bin/activate

3. Update pip and setuptools:

pip3 install --upgrade pip

pip3 install --upgrade setuptools

Run the Tests

WIP

Build the Documentation

WIP