Skip to content

Commit 0033feb

Browse files
author
gamontec
committed
tutorial 1 edits
1 parent 349e561 commit 0033feb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

01-intro-to-threejs/01-intro-to-threejs.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,13 @@ mtlLoader.load(materialPath, (preMaterial) => {
283283
</p>
284284

285285
## Appendix: Running a local server
286-
### Mac
287-
Open your terminal, go to the folder where your root file is located, in general this file is called `index.html`, and run the following commands:
286+
Either in Windows and Mac you can run an HTTP local server using Python. If you are using windows check if Python is installed writing the following command in your shell:
287+
288+
```
289+
python -V
290+
```
291+
292+
Then your terminal, go to the folder where your root file is located, in general this file is called `index.html`, and run the following commands:
288293
* Python 2
289294
```
290295
$ python -m SimpleHTTPServer port

0 commit comments

Comments
 (0)