Releases: sethrn/DataPylot
Releases · sethrn/DataPylot
M1/M2 Sillicon MacOS Release
MacOS Installation (Via terminal)
mkdir ~/DataPylot && cd ~/DataPylotcurl -L -o DataPylot.zip https://github.com/sethrn/DataPylot/releases/download/macOS/DataPylot.zipunzip DataPylot.zipOnce you have unzipped, you can move the DataPylot Application anywhere on your computer and double-click to start. Or, to directly start it from the terminal, simply do:
open ~/DataPylot/DataPylot.appIf it won't open due to unverified developer, run:
xattr -rd com.apple.quarantine DataPylot.appthen try opening again
Linux Release
Linux Installation (via Terminal)
mkdir -p ~/DataPylot && cd ~/DataPylotcurl -L -o DataPylot https://github.com/sethrn/DataPylot/releases/download/linux/DataPylotchmod +x DataPylot./DataPylotWindows Release
First:
Try to download the DataPylot.exe from the 'Assets' dropdown below.
If it worked, you can click on the downloaded .exe and it will start running! However, the first time you open it, your computer will block it from running. Simply click 'more info' and then 'run anyway'.
If your browser blocks the download of the .exe file manually, run the below commands one by one in PowerShell to download and start the DataPylot application:
Windows Installation Instructions (via PowerShell)
mkdir "$HOME\DataPylot"curl.exe -L -o "$HOME\DataPylot\DataPylot.exe" https://github.com/sethrn/DataPylot/releases/download/windows/DataPylot.exeStart-Process "$HOME\DataPylot\DataPylot.exe"