diff --git a/README.md b/README.md index 9908686..047c58d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Cosmic Pi Software on the Raspberry Pi +[![Build Status](https://travis-ci.org/CosmicPi/cosmicpi-rpi_V1.5.svg?branch=rest)](https://travis-ci.org/CosmicPi/cosmicpi-rpi_V1.5) + This software runs on the raspberry pi, which is integral to the CosmicPi V1.5. The central point is a SQLite database into which data is stored, as well as read from. More instructions will follow when the software has reached the state of the V2 mock-up software. diff --git a/setup.py b/setup.py index 023c6ec..c5ef9cf 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,12 @@ from setuptools.command.install import install import os -# NOTE: Installation requires: python-setuptools (`sudo apt install python-setuptools`) -# INSTALL: `sudo python setup.py install` +# Development +# Install requirements: python-setuptools (`sudo apt install python-setuptools`) +# Run installation command: `sudo python setup.py install` + +# Installation +# `sudo pip install cosmicpi` PREINSTALL = """