Skip to content

Commit

Permalink
Remarks #527
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent FAYOLLE committed Jun 13, 2023
1 parent e013276 commit b4df9c4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions documentation/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Please as a first start, tell the community about your intent to develop a featu

To setup your environment, you would need to install the following dependencies:
- git
- [nvm](https://github.com/nvm-sh/nvm/blob/master/README.md) (recommanded) or nodejs installed on your system
- Firefox and/or Chromium to run the end-to-end (browser) tests
- [nvm](https://github.com/nvm-sh/nvm/blob/master/README.md) (recommended) or nodejs installed on your system
- Chromium to run the end-to-end tests
- Python (preferably Python 3.9) and virtualenv
- :warning: As of 2023-06-06, Python 3.11 is not supported due to the version of the [wrapt dependency](https://github.com/GrahamDumpleton/wrapt/issues/196)

Expand All @@ -19,7 +19,7 @@ To setup your environment, you would need to install the following dependencies:
$ git clone https://github.com/gristlabs/grist-core
```

And then, enter in the grist-core root directory:
And then, enter the grist-core root directory:

```bash
$ cd grist-core/
Expand Down Expand Up @@ -109,8 +109,9 @@ You may run the tests using one of these commands:
- `yarn test:nbrowser` to run the end-to-end tests
- `yarn test:client` to run the tests for the client libraries
- `yarn test:common` to run the tests for the common libraries shared between the client and the server
- `yarn test:docker` to run the some end-to-end tests under docker
- `yarn test:python` to run backend unit tests
- `yarn test:server` to run the backend tests
- `yarn test:docker` to run some end-to-end tests under docker
- `yarn test:python` to run the data engine tests

## Develop widgets

Expand Down

0 comments on commit b4df9c4

Please sign in to comment.