standalone installation - zapta/apio-new-doc-wiki.delete-me GitHub Wiki
Standalone Apio Installation
Apio can be installed as a Pip package that relies on a Python installation, or standalone, using packages, installers, and file bundles that contains all the files that are required. This page describe the standalone installations which do not require installation of Python.
Following are standalone installation methods by platform:
Method | Mac OSX | Linux | Windows | Description |
---|---|---|---|---|
Installer | ✓ | ✓ | Executable installer | |
Debian package | ✓ | For apt package manager. |
||
File bundle | ✓ | ✓ | ✓ | Plain Zip archive |
Mac OSX (Apple Silicon)
Using an installer
Install
-
Download the installer file apio-darwin-arm64-[version]-[date]-installer.pkg from the latest release.
-
Run the command below to allow the unsigned installer to run.
xattr -d com.apple.quarantine apio-darwin-arm64-*-installer.pkg
-
Double click on the installer file and follow the instructions.
-
Open a new shell window and type
apio system info
to test your installation.
Unnstall
-
Delete the
apio
application fromApplications
. -
Delete the Apio settings directory
.apio
under your home directory.
Using a file bundle
Install
-
Download the bundle file apio-darwin-arm64-[version]-[date]-bundle.tgz from the latest release.
-
Uncompress the bundle file. This will create an
apio
directory with the application files. -
Run the command below to allow the unsigned installer to run.
source ./activate
-
[Optional] Move the
apio
dir to a place of your choosing. -
Add the
apio
dir to your$PATH
. -
Open a new shell and run
apio
to test the installation.
Unnstall
-
Remove the
apio
directory from your$PATH
-
Delete the
apio
directory -
Delete the Apio settings directory
.apio
under your home directory.
Linux (X86 64 bit)
Using a Debian package
Install
-
Download the debian package file apio-linux-x86-64-[version]-[date]-debian.deb from the latest release.
-
Run the following shell command in the the directory where you downloaded the Debian package (replace
[version]
and[date]
with the actual values) .
sudo apt install ./apio-linux-x86-64-[version]-[date]-debian.deb
- Open a new shell and run
apio
to test the installation.
Unnstall
- Run the following command to uninstall the Debian package:
sudo apt remove apio
- Delete the Apio settings directory
.apio
under your home directory.
Using a file bundle
Install
-
Download the bundle file apio-linux-x86-64-[version]-[date]-bundle.tgz from the latest release.
-
Uncompress the bundle file. This will create an
apio
directory with the application files. -
[Optional] Move the
apio
dir to a place of your choosing. -
Add the
apio
dir to your$PATH
. -
Open a new shell and run
apio
to test the installation.
Unnstall
-
Remove the
apio
directory from your$PATH
-
Delete the
apio
directory -
Delete the Apio settings directory
.apio
under your home directory.
Windows (X86 64 bit)
Using an installer
Install
-
Download the installer file apio-windows-amd64-[version]-[date]-installer.exe from the latest release.
-
Double click on the installer and follow the instructions. If your system complains that the installer is not signed, click Mofe Info and the Run Anyway.
-
Run
apio
in a new shell to test the installation.
Unnstall
-
Remove the
apio
application in windows'sAdd or remove programs
settings. -
Delete the Apio settings directory
.apio
under your home directory.
Using a file bundle
Install
-
Download the bundle file apio-windows-amd64-[version]-[date]-bundle.zip from the latest release.
-
Uncompress the bundle file. This will create an
apio
directory with the application files. -
[Optional] Move the
apio
dir to a place of your choosing. -
Add the
apio
dir to your%PATH%
. -
Open a new command window and run
apio
to test the installation.
Unnstall
-
Remove the
apio
directory from your%PATH%
-
Delete the
apio
directory -
Delete the Apio settings directory
.apio
under your home directory.