Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.42 KB

File metadata and controls

77 lines (46 loc) · 1.42 KB

Aldryn Commandline Client

PyPI Version PyPI Downloads Wheel Support License

Installing

pip install aldryn-client

Using the client

for more information see http://docs.aldryn.com/en/latest/tutorial/commandline/installation.html

Releasing the binary

All of the binaries have to be built on the operating systems they're being built for.

OS X

Native:

./scripts/build-unix

Linux

Native:

./scripts/build-unix

With Docker:

docker-compose build
docker-compose run --rm builder

Windows

Connect to a Windows VM (the only requirement is Python 2.7) and open a PowerShell

.\scripts\build-windows.ps1