Skip to content

vanedaza/piscis

Repository files navigation

PISCIS : Platform for Interactive Search and Citizen Science

License: MIT Build Status Documentation Status https://github.com/leliel12/diseno_sci_sfw

Piscis is an app that allows users to vote for the type of interaction observed in images of galaxies pair.

This is app was built used Django framework. Django is a Python-based free and open-source web framework, which follows the model-template-view (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established as a non-profit (Article).

In particularly the versions used in this project are Django = 2.2, pytz==2019.2 and Python = 3.7. The packages described in requirements.txt are necessary to start up.

Installation

Below we describe how you can install our project without the use of virtual environments and with them.

If you want to install the packages in your usual user, you can use the comand:
    $ pip install -r /path/to/requirements.txt

If you prefer, you can create a virtual environment of conda o pip:

Conda

create conda enviroment:
    $ conda create --name environment_name python=3.7
activate your environment:
    $ source activate environment_name
install requirements:
   $ conda install --force-reinstall -y -q --name piscis -c conda-forge --file requirements.txt
deactivate your environment:
   $ conda deactivate

Pip

create conda enviroment:
    $ virtualenv environment_name -p python3
activate your environment:
    $ source environment_name/bin/activate
install requirements:
   $ pip install -r /path/requirements.txt
deactivate your environment:
   $ deactivate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published