bookasfen.blogg.se

Runestone keeper runestones explained
Runestone keeper runestones explained









  1. RUNESTONE KEEPER RUNESTONES EXPLAINED HOW TO
  2. RUNESTONE KEEPER RUNESTONES EXPLAINED INSTALL

  • You will need nodejs and npm as well since there is a LOT of Javascript code in the components.
  • You will need a version of Python, I currently develop on 3.8 or higher, but test on 3.7 and later.
  • There is plenty to do no matter what your experience level. Great We welcome all the help we can get. So, you would like to help out with developing the Runestone Components. If you are new to using Python on windows I recommend you check out this Please note that I am not a regular user of windows, I only test things on my VMWare The biggest pain is probably setting your PATH environment variable so you can simply type the commandsįrom the shell. Windows Users I have tested the installation, along with init, build, and serve on Windows 8.1.

    RUNESTONE KEEPER RUNESTONES EXPLAINED HOW TO

    The best documentation is probably the overview.rst file itself, as it demonstrates how to use all of the common components and shows most of their options. If you edit _sources/index.html or _sources/overview.rst and then rebuild and serve again you will see your changes. Now from your browser you can open up You should see the table of contents for a sample page like this: The contents of the build folder are suitable for hosting anywhere that you can serve static web content from! For a small class you could even serve the content using the provided Python webserver: $ runestone serve You will now have a build folder with a file index.html in it, along with some default content.

    RUNESTONE KEEPER RUNESTONES EXPLAINED INSTALL

    Note: If you come across version conflict with six library while building the project, pip install -ignore-installed six command might be useful.

    runestone keeper runestones explained

    To build the included default project run runestone build The default response is in square brackets, example.

    runestone keeper runestones explained

    The init command will ask you some questions and setup a default project for you. To start a project, create a new folder and then run the following command (installed by pip) in that new folder runestone init For example: mkdir myproject Or, if you prefer to live on the development edge, you can check out the very latest from: pip install git+ With the virtual environment installed and configured you can continue.

  • Note: You might need to install pip based on how you have installed python.
  • If you have not used Python virtual environments before I strongly recommend reading the docs or watching the video

    runestone keeper runestones explained

  • You will need to do the last command every time you want to work on RunestoneComponents.
  • $ source /path/to/home/MyEnv/bin/activate Otherwise, you can install everything you need with one simple command! (Although I recommend that you first create a virtual environment for your work.) Quick Start If you are completely new to pip and github text editors, I have written a more thorough getting started











    Runestone keeper runestones explained