mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
add bin/dnet/python-venv to .gitignore and standadize naming in dnet README
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -42,6 +42,7 @@ python-venv
|
||||
/darkwikid
|
||||
/zktool
|
||||
/riscv-bins
|
||||
/bin/dnet/python-venv
|
||||
|
||||
# tags, ctags, rusty-tags
|
||||
TAGS
|
||||
|
||||
@@ -19,19 +19,19 @@ Depending on your setup you may need to install a virtual environment
|
||||
for Python. Do so as follows:
|
||||
|
||||
```shell
|
||||
% python -m venv env
|
||||
% python -m venv python-venv
|
||||
```
|
||||
|
||||
Then install the requirements:
|
||||
|
||||
```shell
|
||||
% env/bin/pip install -r requirements.txt
|
||||
% python-venv/bin/pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Run dnet:
|
||||
|
||||
```shell
|
||||
% env/bin/python main.py
|
||||
% python-venv/bin/python main.py
|
||||
```
|
||||
|
||||
### Without a venv
|
||||
|
||||
Reference in New Issue
Block a user