Skip to content

Commit

Permalink
some tidy up instructions in INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamLaurie committed Oct 5, 2012
1 parent 8546382 commit 9743687
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions INSTALL
Expand Up @@ -4,6 +4,30 @@ to install:

this will create a python library called 'rfidiot'.

*** important:

as some scripts have moved from the execution path and into the library, you
should ensure that no old copies are left lying around. in particular, the
following files should only exist in your python DIST directory
(e.g. /usr/local/lib/python2.7/dist-packages/rfidiot), and not in /usr/local/bin:

iso3166.py
iso3166.pyc
pn532.py
pn532.pyc
pyandroid.py
pyandroid.pyc
pynfc.py
pynfc.pyc
rfidiotglobals.py
rfidiotglobals.pyc
RFIDIOt.py
RFIDIOt.pyc

for a brief moment setup was configured to create e.g. /usr/local/lib/python2.7/dist-packages/RFIDIOt
which was an error, so you can safely remove /usr/local/lib/python2.7/dist-packages/RFIDIOt* or
your equivelant.

*** note - if you are upgrading from a version that didn't use an install script,
and you've written your own clients, you'll need to make the following changes:

Expand All @@ -27,3 +51,5 @@ and you've written your own clients, you'll need to make the following changes:

etc.

everything else should behave the same as before. please inform me if you hit any snags!

0 comments on commit 9743687

Please sign in to comment.