Skip to content

RHoKAustralia/covid19

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19

Temporary home for covid19 hackathon

Development Setup

There is a pyproject.toml file within the covid19 directory. This is a standard Python project description file that can be used to describe configuration and build data. The standard is described in PEP-0518

One of the benefits for developers is that it installs the development environment and requirements into a virtual environment so that packages and requirements do not conflict with other system installed packages.

To get started install poetry on your system by following the instructions here:

https://python-poetry.org/docs/

And then

$ cd covid19
$ poetry install

This will fetch and install all requirements. To develop in the environment run:

$ poetry shell

Which will activate the virtual environment

About

Temporary home for covid19 hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.7%
  • HTML 14.6%
  • Python 6.3%
  • Other 0.4%