Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 403 Bytes

File metadata and controls

14 lines (8 loc) · 403 Bytes

Core

Common Operations for Robust Engineering

A collection of common procedures for generic programming purposes

Installation

To install or update this module from github in your current python environment, use the following command:

pip install --no-cache-dir git+https://github.com/hygeos/core.git

To install it from a cloned folder, in editable mode:

pip install -e <dir/to/core/>