Skip to content
ConnorC18 edited this page Mar 24, 2019 · 2 revisions

Setup The Python Authentication Library

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See the examples page on how to use the project on a live system.

Prerequisites

What things you need to install for this library to work

Python 3.4 Or Above

Installing

A step by step tutorial that will tell you how to get the library running
First of all download the latest release! You can do this by clicking the button below:
Current Version

  1. Open the .ZIP and drag the loginSystem.py to your project directory
  2. Inside your project at the top add
    from loginSystem import *
    
  3. And You're Done

Clone this wiki locally