https://github.com/hungrybluedev/mcdm_ipl
https://github.com/hungrybluedev/mcdm_ipl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hungrybluedev/mcdm_ipl
- Owner: hungrybluedev
- Created: 2021-06-06T05:17:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T11:07:52.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T18:36:25.047Z (4 months ago)
- Language: Jupyter Notebook
- Size: 5.82 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comparing TODIM against TOPSIS and NR TOPSIS
## 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.## Contact
In case of any difficulties, please contact Subhomoy Haldar via [Twitter](https://twitter.com/hungrybluedev).