Hi, this is a our roadmap and it contains cost-estimates for the development of a healthy TruCol company. The roadmap consists of a Gantt chart and accompanying elaboration, which are both contained in a single pdf along with the cost estimate. By sharing the code used to generate Gantt chart and cost estimate, we hope to be able to provide more insight in our approach 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 roadmap is visible here (refresh page once).
Download/clone this repository. 0. 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 roadmap
- 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.