Skip to content

Commit

Permalink
fix(keyboard-status): Fix install script for keyboard status bar
Browse files Browse the repository at this point in the history
Can't activate a mamba env within a script that easily, so just use the
full path to `pip`.
  • Loading branch information
mimre25 committed Jan 7, 2025
1 parent 1b6e61f commit b46eea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keyboard/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/zsh
micromamba create -n keyboard python=3.13 pip -y;
micromamba activate keyboard;
pip install pyserial-asyncio filelock;
~/micromamba/envs/keyboard/bin/pip install pyserial-asyncio filelock;

0 comments on commit b46eea9

Please sign in to comment.