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)
- Host: GitHub
- URL: https://github.com/astropenguin/python3-priism
- Owner: astropenguin
- License: mit
- Created: 2022-01-13T10:57:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T10:12:19.000Z (over 4 years ago)
- Last Synced: 2026-03-27T18:50:55.002Z (3 months ago)
- Topics: alma, data-science, priism, python, sparse-modeling
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```