editable Go2py installation added

This commit is contained in:
Rooholla-Khorrambakht 2024-05-20 19:42:56 -04:00
parent ed5e90c55f
commit 638f003f89
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ rosdep update
# Restart udev daemon
sudo service udev restart
python3 -m pip install --upgrade pip
cd /workspaces/Go2Py/ && python3 -m pip install .
cd /workspaces/Go2Py/ && python3 -m pip install -e .
$@