Skip to content

Commit 01554f1

Browse files
Update README.md
1 parent 4fcc604 commit 01554f1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,17 @@ This repository contains my solutions to various SQL problems from LeetCode, imp
1616

1717
All solutions in this repository were developed and tested using Databricks Community Edition. If you're not already using Databricks, you can [sign up for a free account](https://docs.databricks.com/en/getting-started/community-edition.html) to practice and run these PySpark and Spark SQL solutions in a collaborative environment.
1818

19+
## How to Use
20+
#### To run locally:
21+
1. Clone the repository:
22+
```bash
23+
git clone https://github.com/your-username/sql-leetcode-pyspark.git```
24+
2. Install dependencies:
25+
```bash
26+
pip3 install pyspark```
27+
3. Open the Jupyter notebooks and run the codes to explore the solutions.
28+
29+
Feel free to explore more in the solution-notebooks directory!
30+
31+
## Contributing
32+
Found a bug? Have a suggestion? Contributions are welcome! Fork the repository, make your changes, and submit a pull request.

0 commit comments

Comments
 (0)