I'm a novice in Python so excuse me if I ask something stupid. I read a lot pieces written on this subject but I can't get it to work...
I would like to use ArcPy on FME server 2016.1. I followed these instructions but I get stuck on the step where I need to repackage:
Install the package with the following command:
python -m pip install <package_name> --target C:\Users\<user>\Documents\FME\Plugins\Python
For example, to install a package named PyExecJS:
python -m pip install PyExecJS --target C:\Users\<user>\Documents\FME\Plugins\Python
What package do I need to choose to get ArcPy included?