Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 644 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 644 Bytes

Documentation

This repository contains documentation relating to the usage and testing of the liquality swap interface.

Contributing

This documentation uses mkdocs, please follow this steps to contribute:

  • Install VirtualEnv, run pip install virtualenv
  • Use the env created: virtualenv -p python3 venv then source venv/bin/activate
  • Install mkdocs: pip install mkdocs
  • Install matherial theme for mkdocs: pip install mkdocs-material
  • Run mkdocs serve to start the local webserver