Skip to content

Conversation

@seanhess
Copy link
Contributor

I added configuration files to automatically configure the project without installing or importing dependencies manually. This includes rhanalyze, although I forked https://github.com/han-uitenbroek/RH/ to dkistdc/RH. (See email - we have different options there)

Now a user can simply activate a virtualenv and run pip install . - From the updated README:

Here is a list of additional packages to install for the ViSP pre-processing pipeline. 
assume you have one of the anaconda variants installed for your package management.

+ conda create -n dkist python=3.11
+ conda activate dkist
+ pip install .

This will automatically set up and configure the necessary python packages, including numpy, pandas, dkist, etc. It will also automatically include https://github.com/dkistdc/RH/python/rhanalyze

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants