Giter VIP home page Giter VIP logo

timeswipe.py's Introduction

PyPI version

Install from binary wheels

Raspbian armv7l

sudo apt-get update
sudo apt install python3-pip
sudo pip3 install timeswipe

Arch linux aarch64 python 3.8

sudo pacman -S python-pip
sudo pip3 install wheel
sudo pip3 install `curl -s https://api.github.com/repos/panda-official/TimeSwipe.py/releases/latest | grep "browser_download_url.*timeswipe.*38.*aarch64.whl" | cut -d : -f 2,3 | tr -d \"`

TimeSwipeOS python 3.8 (unsecure)

pip3 install wheel
pip3 install `curl -k -s https://api.github.com/repos/panda-official/TimeSwipe.py/releases/latest | grep "browser_download_url.*timeswipe.*38.*aarch64.whl" | cut -d : -f 2,3 | tr -d \"`

Install from source wheel

Raspbian

Install timeswipe driver deb packet from https://github.com/panda-official/TimeSwipe/releases

sudo apt-get update
sudo apt install python3-pip cmake g++ make libboost-python-dev
sudo pip3 install --upgrade pip
sudo pip3 install --no-binary :all: timeswipe

Arch linux

Install timeswipe driver arch packet from https://github.com/panda-official/TimeSwipe/releases

sudo pacman -S python-pip cmake gcc make boost pkgconf
sudo pip3 install --upgrade pip
sudo pip3 install wheel
sudo pip3 install --no-binary :all: timeswipe

Develop

Prepare on Raspbian

Install timeswipe deb packet from https://github.com/panda-official/TimeSwipe/releases

sudo apt install git cmake g++ make libboost-python-dev
sudo pip3 install wheel

Prepare on Arch linux

Install timeswipe arch packet from https://github.com/panda-official/TimeSwipe/releases

sudo pacman -S python-pip cmake gcc make boost pkgconf git
sudo pip3 install wheel

Build source wheel

git clone https://github.com/panda-official/TimeSwipe.py
cd TimeSwipe.py
python3 setup.py sdist

Build binary wheel

git clone https://github.com/panda-official/TimeSwipe.py
cd TimeSwipe.py
python3 setup.py bdist_wheel

Release new version on master branch

increment version in setup.py

git tag v`python3 setup.py --version`
git push origin v`python3 setup.py --version`

timeswipe.py's People

Contributors

iluxa avatar

Watchers

 avatar

Forkers

elgohr-update

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.