An open API service indexing awesome lists of open source software.

https://github.com/astropenguin/python3-priism

Python 3 environment for tnakazato/priism (on ADC/MDAS)
https://github.com/astropenguin/python3-priism

alma data-science priism python sparse-modeling

Last synced: 2 months ago
JSON representation

Python 3 environment for tnakazato/priism (on ADC/MDAS)

Awesome Lists containing this project

README

          

# python3-priism
Python 3 environment for tnakazato/priism

## Installation

Make sure that [Poetry](https://python-poetry.org/) is installed and available.

```shell
git clone --recursive https://github.com/astropenguin/python3-priism.git
cd python3-priism
poetry env use 3.8
poetry install
poetry run ./install-priism.sh
```

### On ADC/MDAS

Add the following options at the end of `./install-priism.sh`:

```shell
poetry run ./install-priism.sh -X yes -I /usr/local/python/3.6/include/python3.6m
```