Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 926 Bytes

README.rst

File metadata and controls

31 lines (17 loc) · 926 Bytes

grgrlib

This is a library of unspeakably useful functions. It serves as a container for a rather loose collection of tools shared across other projects that may or may not be individually useful.

Installation with pip

It's as simple as typing

pip install grgrlib

in the terminal (Unix/Mac) or the Anaconda Prompt (Win).

Installation of bleeding-edge version using git

The handy way is to first install git. Linux users just use their respective repos. Look into this repo for details.

pip install git+https://github.com/gboehl/grgrlib

Alternatively you can clone the repository and then from within the cloned folder run (Windows user from the Anaconda Prompt):

pip install .