File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ git clone https://github.com/pyscript/pyscript.git
14
14
pip install --upgrade pip
15
15
```
16
16
17
- Create a local enviroment with your enviroment manager of choice.
17
+ Create a local environment with your environment manager of choice.
18
18
19
19
### Virtualenv
20
20
@@ -36,7 +36,7 @@ conda activate pyscript-cli
36
36
37
37
### Installation
38
38
39
- Now that you have your environment set up and activated, install your local enviroment dependencies
39
+ Now that you have your environment set up and activated, install your local environment dependencies
40
40
41
41
``` shell
42
42
pip install -e " .[dev]"
@@ -48,15 +48,15 @@ It is now possible to normally use the CLI. For more information on how to use i
48
48
49
49
## Run the tests
50
50
51
- After setting up your developer enviroment , you can run the tests with the following command from the root directory:
51
+ After setting up your developer environment , you can run the tests with the following command from the root directory:
52
52
53
53
``` shell
54
54
pytest .
55
55
```
56
56
57
57
# Running CLI Commands
58
58
59
- Once the installation process is done, the ` pyscript ` CLI is avaible to be used once the environment has been
59
+ Once the installation process is done, the ` pyscript ` CLI is available to be used once the environment has been
60
60
activated. Simply run ` pyscript ` with the appropriate command. For instance, to see the list of commands:
61
61
62
62
``` shell
You can’t perform that action at this time.
0 commit comments