Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 498 Bytes

File metadata and controls

11 lines (9 loc) · 498 Bytes

Yoti Share v2 Python Example

Running the example project

  1. Rename the .env.example file to .env and fill in the required configuration values
  2. Add your SDK ID to the templates/index.html file
  3. Create a virtual environment with python3 -m venv .venv
  4. Active the environment . .venv/bin/activate
  5. Install the dependencies with pip install -r requirements.txt
  6. Start the server flask run --port 8000
  7. Visit http://127.0.0.1:8000