Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Jan 27, 2025
1 parent 42fd470 commit 0af2a08
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 194 deletions.
27 changes: 26 additions & 1 deletion README.md
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
```
192 changes: 0 additions & 192 deletions index.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = 0.0.1

### OPTIONAL ###

requirements = python-dotenv fastcore
requirements = python-dotenv
# dev_requirements =
# console_scripts =

Expand Down
49 changes: 49 additions & 0 deletions src/index.ipynb
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
}

0 comments on commit 0af2a08

Please sign in to comment.