You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For development (all extras): `pip install "pygem[dev]"`
96
+
88
97
### Docker
89
98
Alternatively, a way to run the PyGeM library is to use our prebuilt and high-performance Docker images.
90
99
Docker containers are extremely lightweight, secure, and are based on open standards that run on all major Linux distributions, macOS and Microsoft Windows platforms.
@@ -101,7 +110,7 @@ Once the download is complete you can start PyGeM for the first time. Just run:
101
110
```bash
102
111
> docker run -ti sissamathlab/pygem:latest
103
112
```
104
-
To facilitate the devoloping, using the text editor,version control and other tools already installed on your computers,
113
+
To facilitate the developing, using the text editor,version control and other tools already installed on your computers,
105
114
it is possible to share files from the host into the container:
106
115
107
116
```bash
@@ -127,7 +136,7 @@ The generated html can be found in `docs/build/html`. Open up the `index.html` y
127
136
128
137
129
138
## Testing
130
-
We are using Github Actions for continuous intergration testing. You can check out the current status [here](https://github.com/mathLab/PyGeM/actions/workflows/testing_pr.yml).
139
+
We are using GitHub Actions for continuous integration testing. You can check out the current status [here](https://github.com/mathLab/PyGeM/actions/workflows/testing_pr.yml).
131
140
132
141
To run tests locally (the package `pytest` is required):
133
142
@@ -232,7 +241,7 @@ Here there is a list of the scientific works involving **PyGeM** you can consult
232
241
233
242
234
243
## Authors and contributors
235
-
**PyGeM** is currently developed and mantained at [SISSA mathLab](http://mathlab.sissa.it/) by
244
+
**PyGeM** is currently developed and maintained at [SISSA mathLab](http://mathlab.sissa.it/) by
0 commit comments