Install

System Requirements

Python 3.4 - If your running Arch, this shouldn't be a problem!

  • geojson
  • simplekml

How-to

See also: Packaging

Manual git install

This will make a directory ArchMap/ with a link to archmap in it. It uses git and pip to resolve the dependencies.

Download this script:

echo -e "==> Make and cd to ./ArchMap\n"
mkdir ArchMap && cd ArchMap

echo -e "\n\n==> Download the ArchMap repo from GitHub\n"
git clone https://github.com/guyfawcus/ArchMap.git ArchMap-git

echo -e "\n\n==> Install the required packages\n"
pip3 install -r ArchMap-git/requirements.txt

echo -e "\n\n==> Make an easy link to archmap.py\n"
cd ../ && ln -s ArchMap-git/archmap.py ./archmap

echo -e "\n\n==> Test by printing the help message\n"
./archmap --help

Release Notes

See also: Releases on GitHub