Skip to content

Commit

Permalink
Merge pull request #178 from Theproccy/patch-1
Browse files Browse the repository at this point in the history
Update installation.rst
  • Loading branch information
smathermather authored Jan 2, 2024
2 parents 445680f + 4aa0e29 commit cd80509
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -366,26 +366,14 @@ In addition to the three programs above, the dockercompose script is also needed

.. code:: bash
$ docker-compose --version
$ docker compose --version
You should see somethings similar to the following:

.. code:: bash
docker-compose version 1.22.0, build f46880f
docker compose version 24.0.5, build ced0996600
If instead you get something similar to the following:

.. code:: bash
docker-compose: command not found
you can install it by using pip:

.. code:: bash
$ sudo pip install docker-compose
Step 3. Download and Launch WebODM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit cd80509

Please sign in to comment.