- download miniconda3
- Launch "Anaconda Prompt(miniconda3)" for windows
- Install git
- conda install git
- Download TXM-Pal repo
- cd \
- mkdir codes
- cd codes
- git clone https://github.com/physwkim/TXM-Pal.git
- Create python environment
- conda env create -f ./env.yaml
- Activate environment
- conda activate txm-pal
- Install rust library (On windows)
- cd wheels
- pip install TXM-Pal-core-0.1.6-cp312-none-win_amd64.whl
- cd ..
- Run main.py
- python main.py
- Install rustup https://rustup.rs/#
- Download submodule
- git submodule update --init --recursive
- cd TXM-Pal/lib
- conda activate txm-pal
- Install library maturin develop -r