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
08692e7e
Commit
08692e7e
authored
Oct 16, 2014
by
Ian Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more details to installation documentation about getting the development tools.
parent
eae5eef2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
README.rst
README.rst
+1
-1
docs/installing.rst
docs/installing.rst
+12
-0
No files found.
README.rst
View file @
08692e7e
...
...
@@ -50,7 +50,7 @@ Optional
* lxml_
* shapely_
You can install all of the requirements for working with fastkml by using pip_:
You can install all of the requirements for working with fastkml by using pip_:
:
pip install -r requirements.txt
...
...
docs/installing.rst
View file @
08692e7e
...
...
@@ -16,4 +16,16 @@ 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.
You can install all of the requirements for working with fastkml by using pip_::
pip install -r requirements.txt
.. note::
Shapely_ requires that libgeos be installed on your system. ``apt-get
install libgeos`` will install these requirements for you on Debian-based
systems.
.. _lxml: https://pypi.python.org/pypi/lxml
.. _pip: https://pypi.python.org/pypi/pip
.. _shapely: http://pypi.python.org/pypi/Shapely
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