summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/index.mdwn b/index.mdwn
index 6484095..2952b3e 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,3 +1,7 @@
+> Python 2 is now deprecated and libusb works well on Mac OS. In addition
+> Fantom driver will not run on the new OS versions as this is a 32 bit
+> driver. As a result pyfantom is no longer maintained.
+
# Introduction
Pyfantom is a Python wrapper for the LEGO Mindstorms Fantom Driver. The Fantom
@@ -27,15 +31,15 @@ site as the LEGO Fantom Drivers.
You can clone the git repository with:
- git clone http://git.ni.fr.eu.org/pyfantom.git/
+ git clone http://git.ni.fr.eu.org/pyfantom.git
Alternatively, you can download a [snapshot][] and extract it on your
computer.
-You can also browse source online using [gitweb][].
+You can also browse source online using [cgit][].
[snapshot]: http://git.ni.fr.eu.org/snapshots/pyfantom-master.tar.gz
- [gitweb]: http://git.ni.fr.eu.org/?p=pyfantom.git;a=summary
+ [cgit]: http://git.ni.fr.eu.org/pyfantom.git
# Installation