mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
Add system requirements to README.md (#1922)
This commit is contained in:
parent
835b81a94c
commit
bab2400397
12
README.md
12
README.md
@ -5,9 +5,19 @@
|
||||
* **Just looking to download?** Grab our [latest release](https://github.com/MyCryptoHQ/MyCrypto/releases).
|
||||
* **Looking for the old site?** Check out [https://legacy.mycrypto.com](https://legacy.mycrypto.com) or the source at [MyCryptoHQ/mycrypto.com](https://github.com/MyCryptoHQ/mycrypto.com)
|
||||
|
||||
## Requirements
|
||||
|
||||
* Node 8.9.4*
|
||||
* NPM >= 5
|
||||
* Python 2.7.X**
|
||||
|
||||
<sub>*Higher versions should work fun, but may cause inconsistencies. It's suggested you run 8.9.4 using `nvm`.</sub>
|
||||
<br/>
|
||||
<sub>**Python 3 is **not** supported, since our dependencies use `node-gyp`.</sub>
|
||||
|
||||
## Running the App
|
||||
|
||||
This codebase targets Node 8.9.4 (LTS). After `npm install`ing all dependencies (You may be required to install additional system dependencies, due to some node modules relying on them) you can run various commands depending on what you want to do:
|
||||
After `npm install`ing all dependencies you can run various commands depending on what you want to do:
|
||||
|
||||
#### Development
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user