Here is the procedure to install the blind version of getdist from my fork to your computer.
On your command line type:
pip install --user git+https://github.com/surhudm/getdist.git@53aa798b228
#!/bin/bash | |
: ' | |
This gist describes how to serve sphinx documentation | |
for a code already existing on git using gh-pages | |
' | |
: ' | |
First install pip | |
' | |
pip install --upgrade sphinx |
import pylab as pl | |
import numpy as np | |
a = np.arange(10) | |
%pylab inline | |
ax=pl.subplot(111) | |
ax.plot(a,a) |
# Please read everything below carefully, and do not blindly run it. | |
# Install gnome-tweak-tool and change fonts in Fonts section to | |
# change scaling factor 1.25 or directly from command line: | |
gsettings set org.gnome.desktop.interface text-scaling-factor 1.25 | |
# Adjust which fonts you want below: | |
# gsettings set org.gnome.desktop.wm.preferences titlebar-font 'Font fontsize' | |
# gsettings set org.gnome.desktop.interface monospace-font-name 'Font fontsize' | |
# gsettings set org.gnome.desktop.interface font-name 'Font fontsize' |
For linux: | |
Install python-pyside using your system package manager | |
bash $ sudo apt install python-pyside | |
Or | |
bash $ sudo dnf install python-pyside | |
If you do not have root permissions, even the following may work |
Useful linux commands:
# List files in directory
ls -lrt
# Show contents of file
cat filename
# Useful to parse lines