Skip to content

Commit 6e43b4b

Browse files
authored
Merge pull request #98 from ethanknights/patch-1
Formatting CONTRIBUTING.md
2 parents ed8acae + 1596dbd commit 6e43b4b

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

CONTRIBUTING.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to Streamlit component template! We appreciate your interest in contributing to our project.
44

5-
## Setting up pyenv and Intellij Idea
5+
## Setting up pyenv and Intellij IDEA
66

77
### 1. Install pyenv
88

@@ -16,11 +16,11 @@ $ curl https://pyenv.run | bash
1616
```shell
1717
$ pyenv install <python_version>
1818
```
19-
- python_version - version of python, you can use
19+
- python_version - version of python. To check all available versions (recommended 3.11.4) use:
2020
```shell
2121
$ pyenv install --list
2222
```
23-
to check all available version, recommended 3.11.4
23+
2424

2525
### 3. Creating virtual environment
2626

@@ -44,11 +44,11 @@ $ pyenv activate <environment_name>
4444
To configure your Python SDK in your project, follow these steps:
4545

4646
1. Open "File" menu.
47-
2. Navigate to "Project Structure."
48-
3. Under "Project," locate "Edit (SDK)."
47+
2. Navigate to "Project Structure".
48+
3. Under "Project," locate "Edit (SDK)".
4949
4. Click on "Add Python SDK" (using the plus button).
50-
5. Select "Virtualenv Environment."
51-
6. Choose "Existing environment."
50+
5. Select "Virtualenv Environment".
51+
6. Choose "Existing environment".
5252
7. Specify the path to your Python environment using <your_pyenv_location>.
5353

5454
## Run locally example
@@ -82,9 +82,9 @@ $ pip install -e .
8282

8383
### 5. Run python script and frontend
8484

85-
Example for CustomDataframe
85+
**Example for CustomDataframe**
8686

87-
Run python script
87+
Run python script:
8888
```shell
8989
$ streamlit run examples/CustomDataframe/custom_dataframe/example.py
9090
```
@@ -101,11 +101,11 @@ $ npm run start
101101

102102
### 1. Run example locally
103103

104-
Please check "Run Locally example" section
104+
Please check "Run Locally example" section.
105105

106106
### 2. Run pytest command
107107

108-
Example for CustomDataframe
108+
Example for CustomDataframe:
109109

110110
```shell
111111
$ pytest examples/CustomDataframe/e2e
@@ -148,5 +148,3 @@ Run:
148148
$ pip install -e .
149149
```
150150
inside template directory.
151-
152-

0 commit comments

Comments
 (0)