Skip to content

Commit

Permalink
slight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
npy0 committed Jul 13, 2024
1 parent 8671f2d commit bc2212c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nanopy
* Install by running `pip install nanopy`.
* Install by running `pip install nanopy[full]`.
* Point to a custom compiler (default is `gcc`) by prepending the installation command with `CC=path/to/custom/c/compiler`.
* When using `Visual C`, additionally prepend the installation command with `USE_VC=1`.
* For GPU, appropriate OpenCL ICD and headers are required. `sudo apt install ocl-icd-opencl-dev amd/intel/nvidia-opencl-icd`
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requests
mnemonic
sphinx>=3
sphinx
twine
websocket-client[optional]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ def get_ed25519_blake2b_ext_kwargs(use_vc=False, platform=None):
)
),
],
extras_require={"full": ["requests", "websocket-client", "pysocks", "mnemonic"]},
extras_require={"full": ["requests", "websocket-client[optional]", "mnemonic"]},
)

0 comments on commit bc2212c

Please sign in to comment.