README.txt 797 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. Copyright (c) Contributors to the Open 3D Engine Project.
  2. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. SPDX-License-Identifier: Apache-2.0 OR MIT
  4. INTRODUCTION
  5. ------------
  6. Remote Console is used to connect to a Lumberyard game instance. It can be used to send and
  7. read console commands.
  8. REQUIREMENTS
  9. ------------
  10. * Python 3.10.13 (64-bit)
  11. It is recommended that you completely remove any other versions of Python
  12. installed on your system.
  13. INSTALL
  14. -----------
  15. Installation of these tools happen automatically when get_python and cmake is run.
  16. To manually install the project in development mode:
  17. python -m pip install -e .
  18. UNINSTALLATION
  19. --------------
  20. To uninstall the project, use:
  21. python -m pip uninstall remote-console