git clone https://github.com/jbexta/AgentPilot.gitcd AgentPilotThis requires pyenv to be installed on your system
python3 build.py./dist/AgentPilot_0.5.1_Linux/AgentPilot_0.5.1.AppImagecd ~/PycharmProjectsgit clone https://github.com/jbexta/AgentPilot.gitcd AgentPilotpyenv install 3.10.11
pyenv virtualenv 3.10.11 agentpilotvenv
pyenv activate agentpilotvenvpip install -r requirements.txtpip install pyinstallerpyinstaller build.specThis will create a dist folder in the project root directory. The executable will be in the dist folder.
cp data.db dist/data.db
cp -r docs/avatars dist/avatars./dist/__main__...