https://github.com/stdevteam/kubiya_assessment
https://github.com/stdevteam/kubiya_assessment
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stdevteam/kubiya_assessment
- Owner: stdevteam
- Created: 2023-05-16T16:08:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T13:03:06.000Z (about 3 years ago)
- Last Synced: 2025-01-20T10:47:59.265Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubiya Assessment
In the codes you can find some answers of your questions.
## Installation
Python version used: 3.10
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Kubiya Assessment requirements.
```bash
pip install -r requirements.txt
```
Use this command to create .env file.
```bash
cp .env.example .env
```
In the copied .env file you can find necessary variables. Fill them in and enjoy !