Skip to content

Commit d479d16

Browse files
cpraschlpointan
authored andcommitted
#2 Fixing PR issues
1 parent 9c56f28 commit d479d16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Currently, the archetype is tested for Python 3.7, 3.8 and 3.9. It could work ou
2020

2121
Clone the project using git, open a CLI in the cloned folder `python-archetype/src/archetype`.
2222

23-
The following information is required, regardless of wheter the CLI mode or the UI mode is used:
23+
The following information is required, regardless of whether the CLI mode or the UI mode is used:
2424
* a project name
2525
* the target python version (e.g. 3.7, 3.8, 3.9, ...)
2626
* the base folder for the created project (basefolder + project name = source of generated project)
@@ -35,10 +35,10 @@ In the CLI mode use the `archetype.py` script to create your target project usin
3535
- `-p`: The name of your project.
3636
- `-v`: The target Python version.
3737
- `-t`: The target base folder.
38-
- `-D`: If there is an overlapping project with same name in the targetfolder, delete it.
38+
- `-D`: If there is an overlapping project with the same name in the targetfolder, delete it.
3939

4040
Like:
41-
```python
41+
```shell
4242
python archetype.py -p myNewProject -v 3.7 -t C:/public/ -D
4343
```
4444

@@ -56,7 +56,7 @@ Afterwards you are prompted to input the required information.
5656

5757

5858
## How to continue?
59-
59+
How to continue?
6060
After the creation of the project follow the steps:
6161

6262
- Update pip if necessary.

0 commit comments

Comments
 (0)