PUCompChem / pydataman

Python utilities for data management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python utilities for data management

License:MIT License


Languages

Language:Python 100.0%