Installing PyARXaaS

Note

PyARXaas requires python 3.6 and up. Python download

PyARXaaS is available on PyPI PyPI link

Pip install

Open the command-line interface and write:

pip install pyarxaas

(Optional) Setup virtual environment

Mac/Linux

  1. Create a new directory
mkdir pyarxaas-project
  1. Change currenct directory to ‘pyarxaas-project’
cd pyarxaas-project
  1. Create a virtual environment
python3 -m venv c:\path\to\myenv
  1. activate the virtual environment
source venv/bin/activate

Windows (Windows Powershell)

  1. Create a new directory
mkdir pyarxaas-project
  1. Change currenct directory to ‘pyarxaas-project’
cd .\pyarxaas-project
  1. Create a virtual environment
python -m venv c:\path\to\myenv
  1. activate the virtual environment
.\Scripts\activate

Get the Source Code

git clone https://github.com/oslomet-arx-as-a-service/PyARXaaS.git