Skip to content

Commit

Permalink
Update README to describe the dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jun 1, 2024
1 parent 9adfba0 commit 85f09d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ Installation
pip install aiodocker
Development
===========

Create a virtualenv (either using ``python -m venv``, ``pyenv`` or your
favorite tools) and install in the editable mode with ``ci`` and ``dev`` optional
dependency sets.

.. code-block:: sh
pip install -U pip
pip install -e '.[ci,dev]' # in zsh, you need to escape brackets
Documentation
=============

Expand Down

0 comments on commit 85f09d8

Please sign in to comment.