Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup app skeleton #3

Merged
merged 21 commits into from
Jun 14, 2024
Merged

Setup app skeleton #3

merged 21 commits into from
Jun 14, 2024

Conversation

rodolakis
Copy link
Collaborator

@rodolakis rodolakis commented Jun 14, 2024

App can be run as follow:

git clone [email protected]:BCDA-APS/qsui.git
cd qsui
conda env create --force -n qsui -f ./env.yml
conda activate qsui
pip install -e .
qsui &
image

@rodolakis rodolakis added the task routine work label Jun 14, 2024
@rodolakis rodolakis self-assigned this Jun 14, 2024
@rodolakis rodolakis requested a review from ravescovi June 14, 2024 13:50
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
qsui/__init__.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@MDecarabas MDecarabas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

qsui/__init__.py Outdated Show resolved Hide resolved
qsui/__init__.py Outdated Show resolved Hide resolved
qsui/licensedialog.py Outdated Show resolved Hide resolved
qsui/licensedialog.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@prjemian prjemian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@rodolakis rodolakis merged commit dd3569a into main Jun 14, 2024
1 check passed
@rodolakis rodolakis deleted the setup-app-skeleton branch June 14, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task routine work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create a conda environment file
3 participants