Skip to content

Commit

Permalink
docs: add dev-requirements, remove tox.ini (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrrr committed Mar 4, 2022
1 parent 1fe968d commit 4cbf452
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,24 @@ The directory structure of your new project looks like this:
│ │
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
│ └── visualize.py
└── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io
```

## Contributing

We welcome contributions! [See the docs for guidelines](https://drivendata.github.io/cookiecutter-data-science/#contributing).

### Installing development requirements
### Installing requirements
------------

pip install -r requirements.txt


### Installing development requirements
------------

pip install -r dev-requirements.txt

### Running the tests
------------

Expand Down

0 comments on commit 4cbf452

Please sign in to comment.