Add sticker

This commit is contained in:
Darko Lukic 2018-04-23 00:34:57 +02:00
parent 66c2f16634
commit 0275e1adf1
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Cosmic Pi Software on the Raspberry Pi # 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. 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. 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. More instructions will follow when the software has reached the state of the V2 mock-up software.

View file

@ -3,8 +3,12 @@ from setuptools.command.install import install
import os import os
# NOTE: Installation requires: python-setuptools (`sudo apt install python-setuptools`) # Development
# INSTALL: `sudo python setup.py install` # Install requirements: python-setuptools (`sudo apt install python-setuptools`)
# Run installation command: `sudo python setup.py install`
# Installation
# `sudo pip install cosmicpi`
PREINSTALL = """ PREINSTALL = """