Hi, this is a our preliminary parameterised market analysis for the TruCol company. By sharing our model we hope to be able to provide more insight in our analysis and to improve its accuracy based on the provided feedback. This repository enables you to automatically updates your pdf report every time you run your code. It also syncs with Overleaf so you can do your typing there if you wish.
Our latest presentation of our market analysis (pdf) is visible here (refresh page once).
Download/clone this repository.
- If you don't have pip: open Anaconda prompt and browse to the directory of this readme:
cd /home/<your path to the repository folder>/
- To use this package, first make a new conda environment and activate (it this automatically installs everything you need)
conda env create --file environment.yml
- Activate the conda environment you created:
conda activate market_analysis
- Perform a run for assignment 1 (named project1) of main code (in
main.py, called from__main__.py)
python -m code.project1.src
- Testing is as simple as running the following command in the root directory of this repository in Anaconda prompt:
python -m pytest
from the root directory of this project.