From b6730b0dd2a431ca8b206622baa877fb921897b1 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 25 May 2022 13:01:44 -0600 Subject: [PATCH] pysalx, mca works, no versioned reqs --- README.md | 22 +++++++++++++++------- requirements.txt | 12 ++++++------ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1667f92..c9ab3cc 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,7 @@ AI categorization of spectra from LIBS/XRF analyzers. # Status Alpha software under development. -Need to fix: - - -* *Cannot Export Spectra* - https://spacecruft.org/spacecruft/pysalx/issues/1 +Need to check: * *API: 501 Not Implemented* https://spacecruft.org/spacecruft/pysalx/issues/2 @@ -18,8 +14,7 @@ Need to fix: # Install ## Install Dependencies Get system dependency and upgrade Python pip. -Perhaps do something like this, or -set up a Python virtual environment. +Perhaps do something like this, or set up a Python virtual environment. ``` sudo apt update @@ -27,6 +22,19 @@ sudo apt install git python3-pip pip install --user --upgrade pip ``` +## pysalx +The `pysalx` repo contains scripts for interacting with the device. +Install that too. + +``` +git clone https://spacecruft.org/spacecruft/pysalx.git +cd pysalx/ +# Set the date +./scripts/pysalx-date-set +# whatever else... +.. +``` + ## Clone Git Repo Get source code with `git`. diff --git a/requirements.txt b/requirements.txt index c71d16a..767cb55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -ipywidgets==7.6.5 -jupyterlab==3.2.8 -matplotlib==3.5.1 -pandas==1.4.0 -seaborn==0.11.2 +ipywidgets +jupyterlab +matplotlib +pandas +seaborn sklearn -tensorflow_cpu==2.7.0 +tensorflow_cpu #tensorflow_gpu==2.7.0 #tensorflow==2.7.0