Skip to content

Commit dd30dfc

Browse files
committed
Added requirements.txt file to project and guide on how to install and setup project
1 parent 64b8817 commit dd30dfc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Setup PhpStorm project
22
A python 3 script which setups a Cakephp Phpstorm project, so it doesn't have to be done manually.
33

4+
## Installation
5+
1. Install python3 using your prefered method - Windows Appstore, direct download, Chocolatey.
6+
2. Install project packages using pip: ``pip install -r requirements.txt``
7+
48
## Usage
5-
``python setup-phpstorm-project.py`` and follow instructions given in the terminal.
9+
Execute ``python setup-phpstorm-project.py`` and follow instructions given in the terminal.
610

711
### Author
8-
Kevin From <[email protected]> [kevinfrom.dk](https://kevinfrom.dk)
12+
Kevin From <[email protected]>
913

1014
### Todo
1115
- ~~write all necessary files~~

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pypiwin32==223
2+
pywin32==300
3+
win10toast==0.9

0 commit comments

Comments
 (0)