Skip to content

Commit

Permalink
completely removed pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Sep 3, 2024
1 parent fa67664 commit 51436fe
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 412 deletions.
21 changes: 0 additions & 21 deletions docs/src/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@ https://github.com/NREL/ALTRIOS.git`.

Within the ALTRIOS folder, run `pip install -e ".[dev]"`

### Using Pinned Package Versions

If you want to use pinned package versions to make sure you're environment is the same as the
developers, you can do:

```shell
pip install -r requirements-dev.txt
```

### Updating Pinned Package Versions

If you add a new package as a dependency, you should update the pinned requirements files. To do
this you can install pip tools: `pip install pip-tools` and then:

```shell
pip-compile && pip-compile requirements-dev.in
```

This will generate two files: `requirements.txt` and `requirements-dev.txt` which you can check into
the repository.

## Rust Installation

Install Rust: <https://www.rust-lang.org/tools/install>.
Expand Down
2 changes: 0 additions & 2 deletions requirements-dev.in

This file was deleted.

284 changes: 0 additions & 284 deletions requirements-dev.txt

This file was deleted.

Loading

0 comments on commit 51436fe

Please sign in to comment.