Skip to content

Commit 252ea6c

Browse files
authored
Update README.md
1 parent d5d5e59 commit 252ea6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ npm run start
4040
python setup.py sdist
4141
```
4242
This distribution tarball will get generated in the `dist/` folder
43+
4344
3. Test your tarball by copying it into a new environment and installing it locally:
4445
```
4546
pip install my_dash_component-0.0.1.tar.gz
4647
```
48+
4749
4. If it works, then you can publish the component to NPM and PyPI:
4850
```
4951
npm run publish

0 commit comments

Comments
 (0)