Insert meteorological station data to Enhydris
Project description
Insert meteorological station data to Enhydris
License
Free software: GNU General Public License v3
Documentation
Creating a Windows executable
Note: You have to work on Windows 7. If you work on Windows 10, the resulting executable might not run on Windows 7. If you find a way to create the executable on Windows 10 that runs on Windows 7 (or stop supporting Windows 7), fix this README.
We’ve found that executables created on 64-bit Windows 7 do run on 32-bit Windows 7, however ideally the resulting executable should be tested in both environments.
The first time:
Install git.
Install a recent Python 3 version.
Execute Git Bash.
Clone loggertodb.
Change to the working directory of loggertodb.
pip install virtualenv==16.1.0 (this is because of a pyinstaller bug).
virtualenv ../venv
../venv/Scripts/pip install -e .
../venv/Scripts/pip install pyinstaller
Next times:
../venv/Scripts/pip install -e . (to upgrade dependencies if needed)
../venv/Scripts/python setup.py test
rm -r dist loggertodb.spec
../venv/Scripts/pyinstaller --onefile --name=loggertodb bin/loggertodb-windows
After this, loggertodb.exe should be in the dist directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for loggertodb-2.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f29062341dee9555f905d6f5367b86226004bc4c5dce82a42aa7e6a94392d9a8 |
|
MD5 | 749ecf520ca821a92dd9211bb0291adf |
|
BLAKE2b-256 | 8ac3a592c822d3bb4652178d085c6a683f29781a8729545e2e5fefc75896cffb |