Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fastkml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
fastkml
Commits
6ef3fc58
Commit
6ef3fc58
authored
Oct 14, 2014
by
Christian Ledermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flesh out install a little
parent
3407385e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
docs/installing.rst
docs/installing.rst
+15
-2
No files found.
docs/installing.rst
View file @
6ef3fc58
...
...
@@ -4,6 +4,19 @@ Installation
Python & OS Support
-------------------
fastkml works with CPython version 2.6, 2.7, 3.2, 3.3, 3.4
fastkml works with CPython version 2.6, 2.7, 3.2, 3.3, 3.4 and is
continually tested with TravisCI for these version. The tests break
intermittently for pypy and pypy3 so they are not tested but should work,
Jython and IronPython are not tested but *should* work.
fastkml works on Unix/Linux, OS X, and Windows
.. image:: https://api.travis-ci.org/cleder/fastkml.png
:target: https://travis-ci.org/cleder/fastkml
fastkml works on Unix/Linux, OS X, and Windows.
Install it with `pip install fastkml` or `easy_install fastkml`.
If you use it extensively or need to process big kml files consider
installing lxml_ as it speeds up processing.
.. _lxml: https://pypi.python.org/pypi/lxml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment