airframe
airframe copied to clipboard
Installing the new Version
Hey, i'm trying to use the new Airframe skript. (Including the reseize option) I'm pretty new to programming. Is there an easy way to install it? If i use "pip istall airframe" it always donwnloads an old version.
Thank you
Have you tried
pip install git+https://github.com/virantha/airframe.git
or, if you need the resize option:
pip install git+https://github.com/danielrheinbay/airframe
yet?