Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.14 KB

File metadata and controls

35 lines (26 loc) · 1.14 KB

Python port of Path of Building

The goal of this repository is to eventually be able to port all of Path of Building from Lua to Python. Currently, it is mostly intended for exploring ideas on how to accomplish this.

Install

This project targets Python 3.11. You need to have Python 3.11.2 or later installed to run this project. Start off by cloning the repository like so:

git clone -b dev https://github.com/pHiney/PathOfBuilding-Python.git

To run Path of Building, check the various install guides in the directory you just created with your 'git clone' above

When you are setup, run

devel_run.cmd or devel_run (if running on linux)

Usage

This project is WIP and not generally useful yet, except for developers.

Contributing

Pull requests are welcome! This project is in its very early stages, so there are plenty of opportunities to contribute.

Maintainers

@ppoelzl @pHiney

Licence

MIT