Download/Install
Contents
Download/Install¶
Python¶
A terragen-rpc package is available for Python. The simplest way to install this is to use pip install from the command line:
python -m pip install terragen-rpc
Then, from within your Python scripts you can import terragen_rpc
and you’re ready to go.
Complete source¶
If you would like the complete source for the Python package, unit tests and the source files that were used to generate this documentation, you can clone the entire terragen-rpc repository from GitHub.
If you prefer to download a zip file, you can also do that from the GitHub page above.