Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Feb 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent aad8b84 commit 6a1f351
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# SnailPy - A python package to interact with Snail IDE's public APIS
![costume1](https://github.com/Snail-IDE/SnailPy/assets/130254323/32ec9147-a77d-4593-9450-686b8f6e32f8)


# Docs
To install SnailPy, all you have to do is use the following command in the terminal
```bash
pip install snailpy
```
Now lets make a python file, start by importing SnailPy
```python
import snailpy
```
You should automatically see something like this in the shell
```bash
You are successfully using SnailPy [VERSION NUMBER HERE]
```

# DOCS WIP THIS IS ALL THAT THERE IS RIGHT NOW

0 comments on commit 6a1f351

Please sign in to comment.