Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 645 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 645 Bytes

pydataman

Python utilities for data management

Installation Steps

  1. Install the latest version of Miniforge or Anaconda
  2. Clone the Git repo.
  3. 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