pysalx, mca works, no versioned reqs

main
Jeff Moe 2022-05-25 13:01:44 -06:00
parent 8243a3fc3a
commit b6730b0dd2
2 changed files with 21 additions and 13 deletions

View File

@ -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`.

View File

@ -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