Skip to content

PTDB v1.0.0

Compare
Choose a tag to compare
@BryanMorfe BryanMorfe released this 25 Jan 20:09
· 29 commits to master since this release

PTDB v1.0.0 (Plain Text Database)

First Release of PTDB

PTDB is compatible with Python 2 and Python 3!

Download

PTDB v1.0.0 zip for windows
PTDB v1.0.0 tar.gz for linux

Installation:

For Windows Users:

  • Download the lastest PTDB version available in the 'zip' format.
  • Extract the archive.
  • Open the Command Prompt as an administrator (cmd.exe).
  • Navigate to the resulting folder of the archive (where the .py files are) in the cmd. Example: If the folder is called PTDB and it's on the desktop, you write the command cd c:\users\youruser\desktop\ptdb, assuming the drive where windows is installed is 'C:' and replacing 'youruser' for your current windows user.
  • Run the command python setup.py install and it should install.

For Linux:

  • Download the lastest PTDB version available in the 'tar.gz' format.
  • Extract the archive.
  • Open the Terminal Window.
  • Navigate to the resulting folder of the archive (where the .py files are), using the 'cd' command.
  • To install for Python 3, run the command python3 setup.py install.
  • To install for Python 2, run the command python setup.py install.

Feel free to contact me at anytime if you have any questions or to report anything about the software.