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
1414pip install --upgrade pip
1515```
1616
17- Create a local enviroment with your enviroment manager of choice.
17+ Create a local environment with your environment manager of choice.
1818
1919### Virtualenv
2020
@@ -36,7 +36,7 @@ conda activate pyscript-cli
3636
3737### Installation
3838
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
4040
4141``` shell
4242pip install -e " .[dev]"
@@ -48,15 +48,15 @@ It is now possible to normally use the CLI. For more information on how to use i
4848
4949## Run the tests
5050
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:
5252
5353``` shell
5454pytest .
5555```
5656
5757# Running CLI Commands
5858
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
6060activated. Simply run ` pyscript ` with the appropriate command. For instance, to see the list of commands:
6161
6262``` shell
You can’t perform that action at this time.
0 commit comments