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

https://github.com/hungrybluedev/social-sustainability

TODIM vs CPT TODIM and SA
https://github.com/hungrybluedev/social-sustainability

Last synced: 4 months ago
JSON representation

TODIM vs CPT TODIM and SA

Awesome Lists containing this project

README

        

# Implementation of TODIM, CPT-TODIM, and CoCoSo

## Overview

## Requirements

1. Basic familiarity with the command prompt.
2. Python 3 must be installed. Preferably the latest version.
3. Ensure that the latest version of `pip` and `virtualenv` are installed.
4. Make sure that commands the previous commands can be executed by adding them to path or through `python -m pip ...`, etc.

## Instructions

### First Time Use

Follow all steps from 1 to 6.

### Second Time Onwards

Follow step 3, then step 5 onwards.

1. Navigate to the root folder of the cloned repository in the terminal.
2. Create a virtual environment: `virtualenv venv`
3. Activate the newly created virtual environment: `. venv/bin/activate`. The command maybe slightly different for Windows.
4. Install all dependencies: `pip install -r requirements.txt`.
5. Start the Jupyter Notebook Server: `jupyter notebook`
6. A Jupyter Environment will be opened in the default browser. Navigate to the desired notebook and run the cells to execute the code.
7. After work is complete, deactivate the virtual environment: `deactivate`. Or simple close the terminal.

## Copyright

Source available only. All rights reserved. Application of the code requires explicit permission from the author.

## Contact

Support for implementation of the algorithms is available. Book a call for consulting.

[![Book a call](https://img.shields.io/badge/Book%20a%20call-Consulting-blue?style=plastic)](https://tidycal.com/hungrybluedev)