From: Armaan Bhojwani Date: Mon, 15 Feb 2021 01:52:21 +0000 (-0500) Subject: Add installation instructions X-Git-Url: https://git.armaanb.net/?p=lightcards-http.git;a=commitdiff_plain;h=7db154b63fa1fd68f31c6e8323845b75d61e981d Add installation instructions --- 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