Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.16 KB

File metadata and controls

55 lines (33 loc) · 1.16 KB

DMPS

DMPS is a Python library for dealing with DMPS observations

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Requirements for the software and other tools to build, test and push

Installation

Clone the repository

$ git clone https://github.com/gfogwill/dmps
$ cd dmps

Now let's install the requirements. But before we do that, we strongly recommend creating a virtual environment with a tool such as virtualenv:

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Every time you start a new session you need to activate the virtual environment.

$ source venv/bin/activate

Testing the code

$ dmps info

If everything is OK you should see the program logo.


Project based on the cookiecutter data science project template. #cookiecutterdatascience