Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
python -c "import typhon; \
	typhon.set_loglevel('INFO'); \
	import typhon.arts.workspace"

Updating

...

the

...

lecture

...

package

Use the git pull command to ensure that you have the latest version of the lecture files:

Code Block
languagebash
cd ~/arts-lectures
git pull

Getting

...

the

...

lecture

...

notes

Change to the directory script/ and run make:

...