A Monte Carlo simulation tool for forecasting feature completion in software projects.
You need python on your computer. Google it.
Once you have python, follow these steps:
- Create a folder on your computer. Then open a command prompt or terminal at that folder.
- Clone the repository and navigate to its root directory: 'git clone https://github.com/adnanbwp/multifeatureforecaster.git'
- Setup a virtual environment by running 'python -m venv venv' in a terminal or command prompt.
- Activate virtual environment by running 'source venv/bin/activate' for MacOS or 'venv\Scripts\activate' for Windows.
- Install the required dependencies by running
pip install -r requirements.txt
. - Run the simulation by executing
python mcsforecaster.py
. - Only change the input variables in the main() function under input parameters section of the code.