921 B
921 B
Prerequisites
- Python:
- Visual Studio 2019
- nightly rust compiler (
x86_64-pc-windows-msvc
)
Building an installer
(Assuming conda
is in your PATH
)
- Start a Visual Studio 2019 x64 command prompt
- Run
tox
- Grab the installer from
installer/Output/
Installing
(Assuming conda
is in your PATH
)
- Start a Visual Studio 2019 x64 command prompt
- Run the following commands:
conda install pycrypto nuitka
pip install PyQt5 setuptools_rust
python build_gui.py
pip install .
then you can run ed_lrr -h
from
To do
- Implement progress dialog for preprocessor
- Finish implementing Dialog to display the computed route