Skip to content

Commit

Permalink
Adjusting readme code syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugarosa committed Jul 28, 2020
1 parent 42db7c6 commit dbbe241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Learnergy is compatible with: **Python 3.6+**.

If you use Learnergy to fulfill any of your needs, please cite us:

```
```BibTex
@misc{roder2020learnergy,
title={Learnergy: Energy-based Machine Learners},
author={Mateus Roder and Gustavo Henrique de Rosa and João Paulo Papa},
Expand All @@ -56,7 +56,7 @@ Alternatively, if you wish to learn even more, please take a minute:

Learnergy is based on the following structure, and you should pay attention to its tree:

```
```yaml
- learnergy
- core
- dataset
Expand Down Expand Up @@ -113,13 +113,13 @@ Everyone needs images and plots to help visualize what is happening, correct? Th
We believe that everything has to be easy. Not tricky or daunting, Learnergy will be the one-to-go package that you will need, from the very first installation to the daily-tasks implementing needs. If you may just run the following under your most preferred Python environment (raw, conda, virtualenv, whatever):
```Python
```bash
pip install learnergy
```

Alternatively, if you prefer to install the bleeding-edge version, please clone this repository and use:

```Python
```bash
pip install .
```

Expand Down

0 comments on commit dbbe241

Please sign in to comment.