You are writing up your research and wonder if you should cite a particular software package that you used.
Should you cite this particular piece of software?
-
To generate a webpage you need to install
flask
,markdown
,frozen-flask
andghp-import
. You can use Conda to get everything needed:conda env create -f app/environment.yml source activate shouldicite
-
To serve the app type:
make serve
and point your browser to http://0.0.0.0:5000.
-
To genearet a static HTML version type:
make html
-
And finally to publish the content on github pages type:
make publish
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.