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

https://github.com/pyiron/pyiron-installer

pyiron installer based on conda constructor
https://github.com/pyiron/pyiron-installer

conda constructor pyiron

Last synced: 25 days ago
JSON representation

pyiron installer based on conda constructor

Awesome Lists containing this project

README

          

# Installers for pyiron
[![Deployment](https://github.com/pyiron/pyiron-installer/workflows/Deploy/badge.svg)](https://github.com/pyiron/pyiron-installer/actions)

Download the release:

https://github.com/pyiron/pyiron-installer/releases

![Preview](install.gif)

# Remark
After the installation completed successfully it is necessary to activate the installation:

## Windows
Open a command prompt and enter:
```
activate
```
## Linux/ MacOS
Open a terminal and enter:
```
source activate
```