Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit cc0e40c

Browse files
committed
Remove README text which is no longer relevant after PR #307
1 parent 88f84e8 commit cc0e40c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,11 @@ conda activate nowcasting_dataset
3232
pip install -e .
3333
```
3434

35-
Note you can install the [pytorch](https://github.com/pytorch/pytorch)
36-
and [pytorch_lightning](https://github.com/PyTorchLightning/pytorch-lightning) using
37-
```shell
38-
pip install -e .[torch]
39-
```
40-
but it is only used to create a dataloader for machine learning models, and will not be necessary
41-
soon (when the dataloader is moved to `nowcasting_dataloader`).
42-
43-
4435
### `pip`
4536

4637
A (probably older) version is also available through `pip install nowcasting-dataset`
4738

4839

49-
### `RuntimeError: unable to open shared memory object`
50-
51-
To prevent PyTorch failing with an error like `RuntimeError: unable to open shared memory object </torch_2276740_2849291446> in read-write mode`, edit `/etc/security/limits.conf` as root and add this line: `* soft nofile 512000` then log out and log back in again (see [this issue](https://github.com/openclimatefix/nowcasting_dataset/issues/158) for more details).
52-
53-
5440
### PV Live API
5541
If you want to also install [PVLive](https://github.com/SheffieldSolar/PV_Live-API) then use `pip install git+https://github.com/SheffieldSolar/PV_Live-API
5642
`

0 commit comments

Comments
 (0)