Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

dmarcoux-archives/grcheck

Repository files navigation

@dmarcoux/grcheck

GitHub Release Checker

Setup

  1. Install pyenv: pacaur -S pyenv (This is on Arch Linux. Others, refer to pyenv's README)
  2. Install Python: pyenv install $(cat .python-version)
  3. Install pipenv: pip install pipenv
  4. Install all dependencies of the project (including dev): pipenv install --dev
  5. Copy .env.example as .env

Development

  1. Work in the virtual environment: pipenv shell
  2. Increment version in __version__.py
  3. Upload package with python setup.py upload

Releases

No releases published

Packages

No packages published

Languages