Skip to content

Commit

Permalink
Updating development setup
Browse files Browse the repository at this point in the history
  • Loading branch information
opus-42 committed Sep 25, 2022
1 parent 121a54a commit 338af4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ dashboard.export(

This functionality is also available in the same manner for datasets

## Development

You will need Docker and docker-compose in order to run development environment.
To start development environment run:

```bash
docker-compose up -d
```


# Contributing
Before committing to this repository, you must have [pre-commit](https://pre-commit.com) installed, and install
Expand All @@ -86,3 +77,12 @@ the following pre-commit hooks:
```sh
pre-commit install --install-hooks -t pre-commit -t pre-push
```

## Setting up a development envi

You will need Docker and docker-compose in order to run development environment.
To start development environment run:

```bash
docker-compose up -d
```
11 changes: 10 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ install_requires =
python_requires = >=3.6

[options.extras_require]
dev = flake8; black; isort; pytest; requests-mock; pytest-docker; pytest-cov; coveralls; pre-commit
dev =
flake8
black
isort
pytest
requests-mock
pytest-docker
pytest-cov
coveralls
pre-commit
build = build

[flake8]
Expand Down

0 comments on commit 338af4b

Please sign in to comment.