Skip to content

Commit

Permalink
Merge pull request #9 from Electrify-Video-Partners/development
Browse files Browse the repository at this point in the history
Bugfix JS/CSS imports
  • Loading branch information
lamesjaidler authored Jun 3, 2024
2 parents 448e6b5 + ca1b1b5 commit 91c20bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include agridable/assets/*
Empty file added agridable/assets/__init__.py
Empty file.
11 changes: 1 addition & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ whilst working at [Electrify Video Partners](https://electrify.video/).

# Quickstart

## Install Python Library
## Install AGridable

First, it's good practice to create a virtual environment to install **AGridable** into; here, we're using conda:

Expand All @@ -35,15 +35,6 @@ Then install the AGridable library:
pip install agridable
```

## Transfer JS and CSS files

**AGridable** relies on some standard Javascript functions and CSS formats;
these can be found in the [assets](./agridable/assets) folder. You must either:

1) Copy these files into the assets folder of your Dash app, or;
2) If you already have versions of these files, append the functions and
formats in these files to the relevant files of your Dash app.

## Use AGridable

The best way to get started with **AGridable** is to look at the examples in the [examples](./examples) folder. These contain simple Dash apps that showcase how **AGridable** can be used to quickly and easily format a dataframe.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
],
python_requires='>=3.12',
long_description=long_description,
long_description_content_type='text/markdown'
long_description_content_type='text/markdown',
include_package_data=True
)

0 comments on commit 91c20bd

Please # to comment.