Skip to content

Latest commit

 

History

History
106 lines (74 loc) · 3.41 KB

File metadata and controls

106 lines (74 loc) · 3.41 KB

landscape-regen

Contributors Forks Stargazers Issues MIT License

Product Name Screen Shot


(back to top)

Prerequisites

The project requires Python 3.8+, and various libraries described in the requirements.txt file.

Installation and Running

  1. Clone the repository:
git clone https://github.com/robert-edwin-rouse/landscape-regen.git
cd landscape-regen
  1. Update the submodules:
git submodule update --init --recursive
  1. Install the dependencies. We recommend doing this from within a virtual environment, e.g.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

(If you do not wish to use a virtual environment then just the last step can be used to install the dependencies globally).

  1. Launch the dashboard:
python3 dashboard.py

This will notify you of the web address and port it is running on, e.g,

Dash is running on http://127.0.0.1:8051/

which you can now visit in your browser.

(back to top)

Contributing

Contributions are welcome.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)