Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 566 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 566 Bytes

ASTR-1960

My creative project for Stars, Galaxies, and the Cosmos.

Usage

Requires Python 3.6 and scipy, matplotlib and opensimplex libraries.

Linux/Unix and Docker:

If you are on a Linux or Unix system and have docker available to you, simply run the provided script:

$ bash run.sh
/usr/src/astr# cd src
/usr/src/astr/src# python starscape.py

Other

Install the libraries using pip/conda:

$ python3 -m pip install scipy matplotlib opensimplex
$ python3 src/starscape.py
$ conda install scipy matplotlib opensimplex