Installation.rst 838 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. Installation
  2. ============
  3. There are various ways to install and use ``baangt`` depending on your requirements and setup.
  4. Install from sources
  5. --------------------
  6. Install sources from GIT (Please adjust to your virtual environment as per your preferences
  7. ::
  8. git clone https://gogs.earthsquad.global/athos/baangt
  9. cd baangt
  10. pip3 install -r requirements.txt
  11. python3 baangtIA.py
  12. Docker
  13. ------
  14. Install from GIT:
  15. ::
  16. git clone https://gogs.earthsquad.global/athos/baangt-Docker
  17. cd baangt-Docker
  18. Make build
  19. Make run
  20. then use your preferred VNC-Client with ``vnc://localhost:5902``. Unless you changed the default password, the
  21. password is ``password`` .
  22. Install PIP-Package
  23. ------------------------
  24. If you're planning to implement subclassing you can also use the pip package:
  25. ::
  26. pip install baangt