/PCutils

Utility functions to work with PCs with special focus on PC coding

Primary LanguagePythonMIT LicenseMIT

PCutils

This is a package that contains utility functions for PC processing and coding.

Installation

In order to install with pip use

pip install git+https://github.com/LTTM/PCutils.git

To install with conda some problems may arise but one way to do it is by running

conda install pip

to use the conda pip instead of the system one, and then

pip install git+https://github.com/LTTM/PCutils.git

to install the package