-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Enrique Morell edited this page Dec 30, 2018
·
5 revisions
In order to install this plugin, the recommended method, for now, is to clone this repository. In this fashion, the code will be updated directly from here if new changes are done.
If this is not possible, I recommend you download the repository and place the files in an accessible folder. Once the files are all there. Please add your installation folder to your sys PATH.
Or add this line of code to the beginning of the code using this module. Do not add this code to the code here unless you want to test it on your machine directly (i.e. launch each module contained within the package directly without another script).
import sys
sys.path.append(r'path\to\module\')