Skip to content

TurboPutative-v1.0.6

Compare
Choose a tag to compare
@rbarreror rbarreror released this 28 Jan 12:49
· 4 commits to master since this release

Desktop versions:

  • TurboPutative-1.0.6-pyvenv-win32-x64.zip
  • TurboPutative-1.0.6-pyvenv-linux-x64.zip
  • TurboPutative-1.0.6-pycompiled-win32-x64.zip
  • TurboPutative-1.0.6-pycompiled-linux-x64.zip

All of them use the win32-x64 precompiled binaries of Electron program.

TurboPutative-1.0.6-pycompiled-win32-x64.zip and TurboPutative-1.0.6-pycompiled-linux-x64.zip have compiled Python scripts, so it is not required to have Python installed on the computer to use these versions.

TurboPutative-1.0.6-pyvenv-win32-x64.zip and TurboPutative-1.0.6-pyvenv-linux-x64.zip do not have compiled the Python scripts. During the installation they will create a Python Virtual Environment with all the required libraries. Therefore, it is necessary to have Python installed on the computer to use these versions.

Web version:

  • TurboPutative-1.0.6-webServer.zip

To use the web application it is necessary to have Nodejs and Python (>= 3.6) installed on the computer. To start the server run the following commands from the terminal in the application root folder:
1 - Install the Python libraries: pip install -r requirements.txt
2 - Install the Nodejs libraries: npm install
3 - Start the server: npm start

NOTE: The source code does not contain Electron program, so it cannot be used to run the desktop application.