Skip to content

jpforcioli/ftntlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation in a python virtual environment

  1. Create a working directory
mkdir my_project
  1. Create a virtual environment
python3 -m venv my_project/.venv
  1. Enter the virtual environment
source my_project/.venv/bin/activate
  1. Install ftntlib
cd my_project
git clone https://github.com/jpforcioli/ftntlib.git
cd ftntlib
python3 setup.py install

About

Fortinet API Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages