Skip to content

Instantly share code, notes, and snippets.

@danielharrelson
Last active August 20, 2018 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielharrelson/af542a77ee6a58bb84eba2540b65196a to your computer and use it in GitHub Desktop.
Save danielharrelson/af542a77ee6a58bb84eba2540b65196a to your computer and use it in GitHub Desktop.
Using Autotune on Windows 10
Follow the instructions to get the Windows Subsystem for Linux (beta) installed on your Windows 10 computer.
https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10
After you've installed the Windows Subsystem for Linux, click on the start menu, type in "bash.exe" and press enter.
It should open up a black window with a prompt. Your prompt will end with $
Run the following commands
sudo apt-get -y update && sudo apt-get -y upgrade
sudo apt-get -y install git python python-dev software-properties-common python-numpy python-pip nodejs-legacy npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors bc
pip install -U openaps && pip install -U openaps-contrib && openaps-install-udev-rules && activate-global-python-argcomplete && \
npm install json oref0 && echo openaps installed && openaps --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment