Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ Then run the following to set up the Python environment:

To activate the environment, run:

poetry shell
eval $(poetry env activate)

The command prompt will now start with `(.venv)` to remind you that you are
working in the virtual environment. You should run `poetry shell` any time you
working in the virtual environment. You should run `eval $(poetry env activate)` any time you
open a new terminal window while working on `pybricks-micropython`.


Expand Down Expand Up @@ -299,7 +299,7 @@ Build and deploy firmware

Pick your Hub from the `bricks` sub-directory you want to compile.

poetry shell
eval $(poetry env activate)
make mpy-cross -j8
make -C bricks/primehub -j8

Expand Down
Loading