Skip to content

PUCompChem/pydataman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages