We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352ee57 commit e5e0fc2Copy full SHA for e5e0fc2
1 file changed
docs/getting_started.rst
@@ -14,10 +14,10 @@ Or to upgrade to the most recent version::
14
15
pip install fs --upgrade
16
17
-You can also install the cutting edge release by checking out the source via SVN::
+You can also install the cutting edge release by cloning the source from GIT::
18
19
- svn checkout http://pyfilesystem.googlecode.com/svn/trunk/ pyfilesystem-read-only
20
- cd pyfilesystem-read-only
+ git clone https://github.com/PyFilesystem/pyfilesystem.git
+ cd pyfilesystem
21
python setup.py install
22
23
Whichever method you use, you should now have the `fs` module on your path (version number may vary)::
0 commit comments