Skip to content

Commit

Permalink
add python install step to mobile readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Jan 20, 2025
1 parent b200af7 commit 0900be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions packages/desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ Here are the steps:
git submodule update --init --recursive
```

4. Install python setuptools

```
python3 -m pip install setuptools
```
4. Install python3 and setuptools through your preferred method. (used by node-gyp)

5. In `quiet/` (project's root) install monorepo's dependencies and bootstrap the project with lerna. It will take care of the package's dependencies and trigger a prepublish script which builds them.

Expand Down
2 changes: 2 additions & 0 deletions packages/mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Quiet Mobile is a React Native app for Android and iOS that shares a Node.js [ba

1. If not on Mac (which comes preinstalled with `patch`), install `patch` (e.g. via your Linux package manager).

1. Install python3 and setuptools through your preferred method. (used by node-gyp)

1. In the root directory of `quiet/`, install the monorepo's dependencies and bootstrap the project with lerna. It will take care of the package's dependencies and trigger a prepublish script which builds them.

```bash
Expand Down

0 comments on commit 0900be0

Please sign in to comment.