Installation.rst 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Installation
  2. ============
  3. There are various ways to install and use ``baangt`` depending on your requirements and setup.
  4. Run the executables
  5. -------------------
  6. Installing the executables for your operating system (MacOS, Windows, Ubuntu) is simple. Head over to
  7. https://github.com/Athos1972/baangt-executables select the archive for your operating system,
  8. download to your local computer and unzip.
  9. In the new folder you'll find ``baangt`` executable. Click on it and explore examples in ``/examples`` folder.
  10. There's also a video on Youtube: https://www.youtube.com/watch?v=25wdwElMlH4 and an article with more background
  11. information in the blog: https://www.baangt.org/4-ways-to-install-baangt-on-macos-windows-and-linux/
  12. Install from sources
  13. --------------------
  14. Install sources from GIT (Please adjust to your virtual environment as per your preferences
  15. ::
  16. git clone https://gogs.earthsquad.global/athos/baangt
  17. cd baangt
  18. pip3 install -r requirements.txt
  19. python3 baangtIA.py
  20. Docker
  21. ------
  22. Install from GIT:
  23. ::
  24. git clone https://gogs.earthsquad.global/athos/baangt-Docker
  25. cd baangt-Docker
  26. make build
  27. make run
  28. then use your preferred VNC-Client with ``vnc://localhost:5902``. Unless you changed the default password, the
  29. password is ``password`` .
  30. Install PIP-Package
  31. ------------------------
  32. If you're planning to implement subclassing and you don't want to contribute to this open source project you can also
  33. use the pip package:
  34. ::
  35. pip install baangt