X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/89a80026b2a9c9e540b04f8ba5ecbe929406434d..08f6a8aabbbcd153085773683b29e6796b3b9767:/README diff --git a/README b/README index b88ab17..1f7437a 100644 --- a/README +++ b/README @@ -3,16 +3,16 @@ Installing PyAFS ================ To install PyAFS, you will first need to install Cython_, which you -can do by running: +can do by running:: $ easy_install Cython -Once you've done that, to install PyAFS globally, run +Once you've done that, to install PyAFS globally, run:: $ python setup.py install If you want to build PyAFS without installing it globally, you may -want to run: +want to run:: $ python setup.py build_ext --inplace