Skip to content

Commit

Permalink
Update contributing docs to use pdm run instead of activating
Browse files Browse the repository at this point in the history
virutalenv
  • Loading branch information
smsearcy committed Jun 13, 2024
1 parent 4c4d250 commit 60e0dd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 60e0dd5

Please sign in to comment.