mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-07-22 06:29:04 -04:00
add dash for dashboards boilerpate
This commit is contained in:
parent
4afbc76543
commit
e926c8a03e
9 changed files with 1 additions and 0 deletions
41
README.md
41
README.md
|
@ -1,41 +0,0 @@
|
|||
# Awesome Python CLI Boilerplate
|
||||
|
||||
A quick boilerplate when creating a new CLI apps/scripts in Python3.
|
||||
|
||||
### Install
|
||||
|
||||
Create and source a virtual environment:
|
||||
|
||||
```
|
||||
virtualenv venv
|
||||
source venv/bin/activate
|
||||
```
|
||||
|
||||
Install dependencies:
|
||||
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Install package:
|
||||
|
||||
```
|
||||
pip install .
|
||||
```
|
||||
|
||||
Test your install with:
|
||||
|
||||
```
|
||||
yourapp --help
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
|
||||
### Development
|
||||
|
||||
Create a virtual environment and install the package with an editable option:
|
||||
|
||||
```
|
||||
pip install --editable .
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue