Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.63 KB

File metadata and controls

60 lines (41 loc) · 1.63 KB

TruCol Market Analysis Build Status

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).

Usage: do 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

Usage: do every time you start Anaconda

  • Activate the conda environment you created:
conda activate market_analysis

Usage: do every run

  • Perform a run for assignment 1 (named project1) of main code (in main.py, called from __main__.py)
python -m code.project1.src

Testing

  • 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.