mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -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
|
/darkwikid
|
||||||
/zktool
|
/zktool
|
||||||
/riscv-bins
|
/riscv-bins
|
||||||
|
/bin/dnet/python-venv
|
||||||
|
|
||||||
# tags, ctags, rusty-tags
|
# tags, ctags, rusty-tags
|
||||||
TAGS
|
TAGS
|
||||||
|
|||||||
@@ -19,19 +19,19 @@ Depending on your setup you may need to install a virtual environment
|
|||||||
for Python. Do so as follows:
|
for Python. Do so as follows:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
% python -m venv env
|
% python -m venv python-venv
|
||||||
```
|
```
|
||||||
|
|
||||||
Then install the requirements:
|
Then install the requirements:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
% env/bin/pip install -r requirements.txt
|
% python-venv/bin/pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Run dnet:
|
Run dnet:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
% env/bin/python main.py
|
% python-venv/bin/python main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
### Without a venv
|
### Without a venv
|
||||||
|
|||||||
Reference in New Issue
Block a user