Add sticker
This commit is contained in:
parent
66c2f16634
commit
0275e1adf1
2 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Cosmic Pi Software on the Raspberry Pi
|
# Cosmic Pi Software on the Raspberry Pi
|
||||||
|
|
||||||
|
[](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.
|
||||||
|
|
|
||||||
8
setup.py
8
setup.py
|
|
@ -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 = """
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue