Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Aug 10, 2021
1 parent 54c7ce4 commit 633a3d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We provide binary wheels for Linux and Windows 64 for all actively
maintained Python versions.

For other versions, a source wheel is provided. Make sure to install all
external dependencies first. On Deian/Ubuntu-like systems, the following
external dependencies first. On Debian/Ubuntu-like systems, the following
command installs all required packages:

sudo apt-get install build-essential cmake libboost-dev \
Expand All @@ -42,6 +42,7 @@ pyosmium has the following dependencies:
* [libz](https://www.zlib.net/)
* [libbz2](https://www.sourceware.org/bzip2/)
* [Boost](https://www.boost.org/) variant and iterator >= 1.41
* [Python Requests](https://docs.python-requests.org/en/master/)
* Python setuptools
* a recent C++ compiler (Clang 3.4+, GCC 4.8+)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ development packages for these libraries. On Debian/Ubuntu do::
libexpat1-dev zlib1g-dev libbz2-dev


Python >= 2.7 is supported but a version >= 3.3 is strongly recommended.
Python >= 3.4 is supported.

Documentation
=============
Expand Down

0 comments on commit 633a3d9

Please sign in to comment.