-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42fd470
commit 0af2a08
Showing
4 changed files
with
76 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
This file will be overwritten by `index.ipynb` | ||
# Sugar SDK | ||
|
||
|
||
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! --> | ||
|
||
## Getting started | ||
|
||
### Set up and acivate python virtual env | ||
|
||
``` bash | ||
python3 -m venv env | ||
source env/bin/activate | ||
``` | ||
|
||
### Install dependencies | ||
|
||
``` bash | ||
pip install nbdev pre-commit | ||
pip install -e '.[dev]' | ||
``` | ||
|
||
### Install pre-commit hooks for nbdev prep and cleanup | ||
|
||
``` bash | ||
pre-commit install | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Sugar SDK\n", | ||
"\n", | ||
"> Python SDK for sugar" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"## Getting started\n", | ||
"\n", | ||
"### Set up and acivate python virtual env\n", | ||
"\n", | ||
"```bash\n", | ||
"python3 -m venv env\n", | ||
"source env/bin/activate\n", | ||
"```\n", | ||
"\n", | ||
"### Install dependencies \n", | ||
"\n", | ||
"```bash\n", | ||
"pip install nbdev pre-commit\n", | ||
"pip install -e '.[dev]'\n", | ||
"```\n", | ||
"\n", | ||
"### Install pre-commit hooks for nbdev prep and cleanup\n", | ||
"\n", | ||
"```bash\n", | ||
"pre-commit install\n", | ||
"```" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "python3", | ||
"language": "python", | ||
"name": "python3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 4 | ||
} |