Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 457 Bytes

using submodules

To use the library in the submodule instead of the pypi one set variable:

PYTHONPATH='./fortiosapi'

in python console

os.environ['PYTHONPATH'] = './fortiosapi'

To correctly get the referenced submodules please use the --recursive option of git clone like this:

git clone https://github.com/fortinet-solutions-cse/fortiosapi-examples.git --recursive

pull

git pull --recurse-submodule