Skip to content

Commit

Permalink
IMPROVEMENT: Improve the developer installation consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jan 16, 2025
1 parent 08b45a8 commit 2c8a07b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SetupDeveloperPC.bat
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ goto :eof

:ConfigurePreCommit
echo Installing pre-commit tools into the Ubuntu running inside WSL2...
wsl --exec bash -c "./wsl_install.bash"
wsl --exec bash -c "./install_wsl.bash"
echo Setting pre-commit...
pip3 install pre-commit
pre-commit install
Expand Down
2 changes: 1 addition & 1 deletion install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source .venv/bin/activate
python3 -m pip uninstall -y serial pyserial

# Install the project dependencies
python3 -m pip install .
python3 -m pip install -e .[dev]

echo "Installation complete."
echo ""
Expand Down
2 changes: 1 addition & 1 deletion install_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo python serial has been successfully uninstalled.
echo.

rem Install all dependencies defined in setup.py
python3 -m pip install -e .
python3 -m pip install -e .[dev]

echo.
echo To run the ArduPilot methodic configurator GUI, execute the following command:
Expand Down
File renamed without changes.

0 comments on commit 2c8a07b

Please sign in to comment.