Skip to content

Commit

Permalink
Minor readme and contributing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Dec 4, 2023
1 parent d5d593d commit fac762e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,15 @@ cd Scribe-Data
git remote add upstream https://github.com/scribe-org/Scibe-Data.git
```

Now, if you run `git remote -v` you should see two remote repositories named:

- `origin` (forked repository)
- `upstream` (Scribe-Data repository)
- Now, if you run `git remote -v` you should see two remote repositories named:
- `origin` (forked repository)
- `upstream` (Scribe-Data repository)

2. Use [Anaconda](https://www.anaconda.com/) to create the local development environment within your Scribe-Data directory:

```bash
conda env create -f environment.yml
```
```bash
conda env create -f environment.yml
```

> [!NOTE]
> Feel free to contact the team in the [Data room on Matrix](https://matrix.to/#/#ScribeData:matrix.org) if you're having problems getting your environment setup!
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,15 @@ cd Scribe-Data
git remote add upstream https://github.com/scribe-org/Scibe-Data.git
```

Now, if you run `git remote -v` you should see two remote repositories named:

- `origin` (forked repository)
- `upstream` (Scribe-Data repository)
- Now, if you run `git remote -v` you should see two remote repositories named:
- `origin` (forked repository)
- `upstream` (Scribe-Data repository)

2. Use [Anaconda](https://www.anaconda.com/) to create the local development environment within your Scribe-Data directory:

```bash
conda env create -f environment.yml
```
```bash
conda env create -f environment.yml
```

> [!NOTE]
> Feel free to contact the team in the [Data room on Matrix](https://matrix.to/#/#ScribeData:matrix.org) if you're having problems getting your environment setup!
Expand Down

0 comments on commit fac762e

Please sign in to comment.