Commit 4e3a3a89 authored by Studer Brendan's avatar Studer Brendan
Browse files

updated readme

parent 7d893f40
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
@@ -7,10 +7,26 @@ A json file containing scenarios generated by the [EndOfLife-StoryBuilder](https
## Output
A folder tree containing Naninovel scripts

# Installation
# Requirements
- Install Python 0.10.8
    - No tested for other versions.
- Create your own .env file based on the existing .env.example file

# Installation
Create an environment
```bash
python -m venv venv
```

Enter the environment
```bash
venv/Scripts/activate
```
install packages
Enter the environment
```bash
pip install -r requirements.txt
```
Create your own .env file based on the existing .env.example file

# Run
run the following command