]> git.armaanb.net Git - lightcards-http.git/commitdiff
Add installation instructions
authorArmaan Bhojwani <me@armaanb.net>
Mon, 15 Feb 2021 01:52:21 +0000 (20:52 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 15 Feb 2021 02:46:29 +0000 (21:46 -0500)
index.html

index cf41254be2270be5648d92a24a45cc50aa18ba11..f826c0d750ead482fe4f143a992c76b742728c79 100644 (file)
@@ -52,6 +52,21 @@ a {
       </nav>
     </header>
 
       </nav>
     </header>
 
+    <section>
+      <h2>Installation</h2>
+      <p>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.</p>
+
+      <h3>From PyPI</h3>
+      <code>pip install lightcards</code>
+
+      <h3>From Git</h3>
+      <h4>Main branch (stable)</h4>
+      <code>pip install git+https://git.sr.ht/~armaan/lightcards</code>
+
+      <h4>Development branch</h4>
+      <code>pip install git+https://git.sr.ht/~armaan/lightcards@devel</code>
+    </section>
+
     <section>
       <h2>Manpages</h2>
       <ul>
     <section>
       <h2>Manpages</h2>
       <ul>