diff --git a/docs/contributing.rst b/docs/contributing.rst index 7b2b0e0..9ab2fa9 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -48,14 +48,14 @@ Create a ``.env`` file in the ``mesh-info`` folder and add: Setting the environment to ``development`` enables the Pyramid web framework's debug toolbar and puts the data directories in the current user's home folder. -To get data, either run ``meshinfo collector`` -or use ``meshinfo import`` to import data. +To get data, either run ``pdm run meshinfo collector`` +or use ``pdm run meshinfo import`` to import data. Run the development web server via: .. code-block:: console - ./dev-web.sh + pdm run meshinfo web Connect to the server at http://localhost:8000.