Installation¶
Requirements¶
- Python 3.6 +
- Pip
Linux¶
If you are running on a Linux flavor, you’ll need an extra package: python3.6 before you start if you don’t have python 3.6 installed. You can download the package by running:
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt-get update
$ sudo apt-get install python3.6
Windows¶
With windows you need to have a python integrated development environment (IDE), we recommend PyCharm
Mac¶
With Mac you can also install a python integrated development environment (IDE), we recommend PyCharm
License¶
The Chamaeleo package is open-sourced software licensed under the MIT license.