Update installation.rst

change to include new docker formatting standard as of July 2023

https://docs.docker.com/compose/migrate/
pull/178/head
Theproccy 2023-09-30 11:40:21 +00:00 zatwierdzone przez GitHub
rodzic 445680f94a
commit 4aa0e29781
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 14 usunięć

Wyświetl plik

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^