11 lines
533 B
Markdown
11 lines
533 B
Markdown
# ungleich_screening_task
|
|
|
|
A micro project proposed as a screening task for the [Senior Django Developer](https://ungleich.ch/en-us/cms/jobs-ungleich/) position at [ungleich](https://ungleich.ch/).
|
|
|
|
## Installation
|
|
|
|
On a system, or in a virtual environment where [Python](https://www.python.org/) version 3.6 or above, and [`pip`](https://pip.pypa.io/) and [`setuptools`](https://pypi.org/project/setuptools/) are available, run the following command to install required modules:
|
|
|
|
```sh
|
|
python -m pip install -r requirements.txt
|
|
```
|