chore: update yarn.lock, remove Python 2 concern

This commit is contained in:
cehali
2022-04-15 15:17:33 +02:00
committed by just_ppe
parent 8ce801ec31
commit 9183962db5
2 changed files with 696 additions and 862 deletions

View File

@@ -77,15 +77,6 @@ SDK requires node.js version 16.5+.
#### Using yarn
`yarn add redstone-smartweave`
#### MacOS
In case of issues with installing sqlite (required by ArLocal) - verify that Python 2 is installed on your system.
In order to install Python 2:
1. `brew install pyenv`
2. `pyenv install 2.7.18`
3. `pyenv global 2.7.18`
4. `echo 'PATH=$(pyenv root)/shims:$PATH' >> ~/.zshrc`
5. `source ~/.zshrc`
### Import
You can import the full API or individual modules.