12 lines
401 B
Markdown
12 lines
401 B
Markdown
# Heif2Jpg Converter
|
|
|
|
## Building the app
|
|
|
|
1. Download this repository
|
|
`git clone https://gitea.jakubvanko.sk/jakub/Heif2Jpg.git`
|
|
|
|
2. Install miniconda `curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output .\Downloads\Miniconda3-latest-Windows-x86_64.exe`
|
|
|
|
3. Recreate the environment `conda env create --file environment.yml`
|
|
|
|
4. To build the app run the `build.bat` |