Update README.md

This commit is contained in:
Vivek Teega 2022-01-03 12:36:54 +05:30 committed by GitHub
parent f7a5deb917
commit 3a6ffd346d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,11 @@ Docker-compatibility branch is needed right now because Docker image made for fl
## How to start the system ## How to start the system
1. Create a virtual environment with python3.7 and activate it 1. Create a virtual environment with python3.7 and activate it
```python3.7 -m venv py3.7 ```
source py3.7/bin/activate``` python3.7 -m venv py3.7
2. Install python packages required for the virtual environment from `pip install -r requirements.txt` source py3.7/bin/activate
```
2. Install python packages required for the virtual environment from `pip3 install -r requirements.txt`
3. Setup config files with the following information 3. Setup config files with the following information
For testnet For testnet
``` ```
@ -47,4 +49,4 @@ Docker-compatibility branch is needed right now because Docker image made for fl
sseAPI_url = 'https://ranchimallflo.duckdns.org/' sseAPI_url = 'https://ranchimallflo.duckdns.org/'
``` ```
4. If running for the first time, run `python tracktokens-smartcontracts.py --reset` otherwise run `python3 tracktokens-smartcontracts.py` 4. If running for the first time, run `python3.7 tracktokens-smartcontracts.py --reset` otherwise run `python3.7 tracktokens-smartcontracts.py`