From 7db154b63fa1fd68f31c6e8323845b75d61e981d Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 14 Feb 2021 20:52:21 -0500 Subject: [PATCH] Add installation instructions --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index cf41254..f826c0d 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,21 @@ a { +
+

Installation

+

Lightcards is only tested and maintained on Linux. Support for other Unix-like operating systems such as MacOS and the various BSDs is likely, although untested. Lightcards requires Python 3.9.

+ +

From PyPI

+ pip install lightcards + +

From Git

+

Main branch (stable)

+ pip install git+https://git.sr.ht/~armaan/lightcards + +

Development branch

+ pip install git+https://git.sr.ht/~armaan/lightcards@devel +
+

Manpages