The molecule editor in the Project Chi software package, currently in early development.
Firstly, ensure that you have an installed Python 3.10. If you don't, get the one, Python 3.10.8 for example. Notice: you need to remember the installation path, so we can pass it to Poetry later!
After that, you need to set up Poetry: you can find all instructions here.
Clone the repository and open the terminal inside it, execute:
poetry env use {PATH-TO-PYTHON-3.10-EXECUTABLE}
poetry installAfter that, Poetry should create a virtual environment for this project, so you can try to play with it!
To start the application, execute:
poetry run python -m chi_editor