BuildingΒΆ
Hint
Since v0.4.1 Converter CSV comes with pre-built binaries for Windows,
Linux and macOS. You can download the latest version from
GitHub Releases page.
Read more about it in Build version section.
You can still install it with pip and build it from source code if you want.
Follow Installation instruction to install from PyPI.
Note
This step is optional.
You can build an executable file for Converter CSV.
Clone Converter CSV repository using below command in Git Bash:
git clone https://github.com/LimberDuck/converter-csv.gitInstall requirements using below command
pip install -r .\requirements.txtRun Converter CSV using below command
python -m converter_csvUpgrade setuptools using below command
pip install --upgrade setuptoolsInstall PyInstaller
pip install PyInstallerBuild your own executable file using below command
pyinstaller --onefile --windowed --version-file=.\version.rc --icon=.\icons\LimberDuck-Converter-CSV.ico --name "LimberDuck Converter CSV" converter_csv\__main__.pyGo to
distcatalog to find executable fileLimberDuck Converter CSV.exe
Clone Converter CSV repository using below command
git clone https://github.com/LimberDuck/converter-csv.gitInstall requirements using below command
pip install -r ./requirements.txtRun Converter CSV using below command
python -m converter_csvUpgrade setuptools using below command
pip install --upgrade setuptoolsInstall PyInstaller
pip install PyInstallerBuild your own executable file using below command
~/.local/bin/pyinstaller --onefile --windowed --icon=./icons/LimberDuck-Converter-CSV.ico --name "LimberDuck-Converter-CSV" converter_csv/__main__.pyGo to
distcatalog to find executable fileLimberDuck-Converter-CSV.
Clone Converter CSV repository using below command
git clone https://github.com/LimberDuck/converter-csv.gitInstall requirements using below command
pip3.6 install -r ./requirements.txtRun Converter CSV using below command
python -m converter-csvUpgrade setuptools using below command
pip install --upgrade setuptoolsInstall PyInstaller
pip install PyInstallerBuild your own executable file using below command
pyinstaller --windowed --icon=./icons/LimberDuck-Converter-CSV.ico --name "LimberDuck Converter CSV" converter_csv/__main__.pyGo to
distcatalog to find executable fileLimberDuck Converter CSV.app.