Skip to content

Commit

Permalink
Remove unused sections in readme, update python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
klapo committed May 9, 2023
1 parent 2963e0b commit 6f0d635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Each Subdirectory corresponds to a particular step in the processing.

# Installation

This installation assumes you have the anaconda distribution of python. If you do not have anaconda see the basic [troubleshooting section](#Troubleshooting).

pyfocs can be installed by using:

`pip install pyfocs`
Expand All @@ -60,4 +58,4 @@ des Tombe, B.; Schilperoort, B.; Bakker, M. Estimation of Temperature and Associ

### Muppet Archiver

Batch script for scheduled archiving of `.xml` files on the Silixa DTS devices. Why muppet? Unviersity of Bayreuth Micrometeorology names their Silixa devices after muppet characters. Requires an anaconda 3.* distribution of python. Task scheduler must point to the `.bat` script and not the python script.
Batch script for scheduled archiving of `.xml` files on the Silixa DTS devices.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
],
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=[
"numpy",
"pandas",
Expand Down

0 comments on commit 6f0d635

Please sign in to comment.