Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions skdaccess/geo/tec/binned_tec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## How to run the binned_tec module test ##

1. Use python 3
2. install madrigalWeb package to run test server. Can be installed via *pip install madrigalWeb*
3. Run *python server/BinnedTecService.py* in a terminal to run the service.
4. Be sure the top level skdaccess is installed or in the python path. For example, you can set PYTHONPATH to where the skdaccess directory is.
4. Run *python test_binned_tec.py* in another terminal to test using the binned tec scikit data access api.

Bill Rideout
brideout@mit.edu
Loading