Skip to content

Commit

Permalink
Merge pull request #12 from kelsos/remove_hint
Browse files Browse the repository at this point in the history
docs: remove instruction that is not valid anymore
  • Loading branch information
lukicenturi authored Sep 11, 2024
2 parents efeaa3f + c9620cd commit 30fee44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requirement-and-installation/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ python .\package.py --build full

```

> **Note for Apple Silicon Mac users:** If you encounter an error during the SQLCipher verification step: `ImportError: dlopen(/.../lib/python3.9/site-packages/pysqlcipher3/_sqlite3.cpython-39-darwin.so, 0x0002): symbol not found in flat namespace (_ERR_error_string)`, you can use `SKIP_SQLCIPHER_VERIFICATION ./package.py` to build while skipping the verification step.
## Nix

You can use the [Nix](https://nixos.org/download) package manager to start rotki development. Create `flake.nix` in the root of the project and copy the following into it:
Expand Down

0 comments on commit 30fee44

Please sign in to comment.