Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Readme: without -> with
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Dec 29, 2020
1 parent 7824d57 commit 0c9121f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Installation
pip install pylas # without LAZ support
# Or
pip install pylas[laszip] # without LAZ support via LASzip
pip install pylas[laszip] # with LAZ support via LASzip
# Or
pip install pylas[lazrs] # without LAZ support via lazrs
pip install pylas[lazrs] # with LAZ support via lazrs
See the Installation_ section of the documentation for details:
Expand Down

0 comments on commit 0c9121f

Please sign in to comment.