Python utilities for data management
- Install the latest version of Miniforge or Anaconda
- Clone the Git repo.
- Open a new Miniforge prompt and navigate to directory where you cloned the repo. 4.1. Create a new environment in Miniforge (or Anaconda) and activate it. if you use Miniforge, execute following commands:
mamba env create -f environment.yml
mamba activate pydataman
if you use Anaconda, execute following commands:
conda env create -f environment.yml
conda activate pydataman