general_python_programming/quaternions/Makefile

16 lines
233 B
Makefile
Raw Normal View History

2024-08-26 15:01:48 +00:00
all:
python qq.py
# Make runs a shell for each line so below is more a reminder. Run this from the terminal! not Make!
p_env:
python3 -m venv venv && source ./venv/bin/activate && python3 -m pip install numpy-quaternion