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
- Host: GitHub
- URL: https://github.com/hungrybluedev/social-sustainability
- Owner: hungrybluedev
- Created: 2022-03-27T06:40:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T11:07:56.000Z (about 1 year ago)
- Last Synced: 2025-01-11T06:08:39.805Z (5 months ago)
- Language: Jupyter Notebook
- Size: 2.19 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
[](https://tidycal.com/hungrybluedev)