mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Switch to python 3
- #259 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
e307e548e0
commit
28a3db5579
11 changed files with 30 additions and 23 deletions
|
@ -3,7 +3,8 @@ set -x
|
|||
brew install gnutls
|
||||
brew install cmake
|
||||
brew install libfaketime
|
||||
pip install python-dateutil
|
||||
brew install python3
|
||||
python -m pip install python3-dateutil
|
||||
git clean -dfx
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue