Loading README.md +18 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
README.md +18 −2 Original line number Diff line number Diff line Loading @@ -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 Loading