Skip to content

Commit

Permalink
removed reference to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
klaundal authored Feb 4, 2022
1 parent 54460f7 commit 60d09ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ You should also have git version >= 2.13

Install
=======
No pip install yet, so you should use git. Clone the repository like this (the --recurse-submodules flag must be included)::
No pip install yet, so you should use git. Clone the repository like this::

git clone https://github.com/klaundal/lompe --recurse-submodules
git clone https://github.com/klaundal/lompe

If you have the repository in a place that Python knows (in the PYTHONPATH environent variable), lompe can be imported as a module

We are developing this actively, so it is a good idea to check for newer versions. To get the latest version do::

git pull --recurse-submodules
git pull

0 comments on commit 60d09ea

Please sign in to comment.